We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f327c7 + 775f574 commit 37343f6Copy full SHA for 37343f6
.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