Skip to content

Commit a54bef6

Browse files
Update GitHub Action Versions (#884)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bdb8335 commit a54bef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cp README.md target/package/
4141
4242
- name: Upload common files
43-
uses: actions/upload-artifact@v5.0.0
43+
uses: actions/upload-artifact@v6.0.0
4444
with:
4545
name: shared
4646
path: |
@@ -108,7 +108,7 @@ jobs:
108108
java-version: '22'
109109
architecture: ${{ matrix.java_arch }}
110110

111-
- uses: actions/download-artifact@v6.0.0
111+
- uses: actions/download-artifact@v7.0.0
112112
with:
113113
name: shared
114114

0 commit comments

Comments
 (0)