We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b9208 commit 775f574Copy full SHA for 775f574
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
run: ./gradlew build
63
64
- name: Upload a Build Artifact
65
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
66
with:
67
name: artifact-${{ matrix.java }}-${{ matrix.mc }}
68
path: build/libs/
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
VERSION: ${{ github.event.inputs.version }}
57
58
59
60
61
0 commit comments