We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ea0db commit ac1a5b1Copy full SHA for ac1a5b1
.github/workflows/maven-build.yml
@@ -79,7 +79,7 @@ jobs:
79
continue-on-error: false
80
- name: 📦 Upload build artifacts
81
# needed for uploads to GitHub Releases
82
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
83
with:
84
name: maven-artifacts
85
path: |
@@ -106,7 +106,7 @@ jobs:
106
persist-credentials: false
107
- name: 📥 Download build artifacts
108
# The artifacts are generated in the 'build' step
109
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
110
111
112
path: .
0 commit comments