Skip to content

Commit 83c6ed5

Browse files
chore: update workflow versions
1 parent 251e840 commit 83c6ed5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v5
1010
- run: |
1111
ref=`echo ${github_ref} | sed -e 's,refs/heads/,,' | tr '/' '-'`
1212
echo $ref
@@ -24,7 +24,7 @@ jobs:
2424
run: ./gradlew uploadArchives
2525
- name: cleanup
2626
run: rm publish_key
27-
- uses: actions/upload-artifact@v2-preview
27+
- uses: actions/upload-artifact@v6
2828
with:
2929
name: UniversalModCore-${{ env.ref }}
3030
path: build/libs/UniversalModCore-*.jar

0 commit comments

Comments
 (0)