We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d0f2b commit 4879658Copy full SHA for 4879658
.github/workflows/publish.yaml
@@ -62,7 +62,7 @@ jobs:
62
run: ./gradlew --init-script ./.github/init.gradle.kts artifactBundle --info -S --show-version
63
64
- name: Upload Artifact Bundle
65
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
66
with:
67
name: "artifact-bundle"
68
path: "./build/libs/maven-artifact-bundle.tgz"
@@ -73,7 +73,7 @@ jobs:
73
runs-on: ubuntu-latest
74
steps:
75
- name: Download Artifact Bundle
76
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
77
78
79
path: .
0 commit comments