Skip to content

Commit ac1a5b1

Browse files
chore(deps): update github artifact actions
1 parent 14ea0db commit ac1a5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
continue-on-error: false
8080
- name: 📦 Upload build artifacts
8181
# needed for uploads to GitHub Releases
82-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
82+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8383
with:
8484
name: maven-artifacts
8585
path: |
@@ -106,7 +106,7 @@ jobs:
106106
persist-credentials: false
107107
- name: 📥 Download build artifacts
108108
# The artifacts are generated in the 'build' step
109-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
109+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
110110
with:
111111
name: maven-artifacts
112112
path: .

0 commit comments

Comments
 (0)