Skip to content

Commit f1915df

Browse files
committed
chore(gha): bump actions/upload-artifacts from 4 to 6
1 parent eef1302 commit f1915df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ jobs:
7070

7171
- name: upload xar package
7272
if: ${{ matrix.java-version == 21 }}
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: frus-xar
7676
path: build/*.xar
7777
if-no-files-found: ignore
7878

7979
- name: upload smoke test
8080
if: ${{ matrix.java-version == 21 }}
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: frus-bats
8484
path: tests/bats/
@@ -163,7 +163,7 @@ jobs:
163163
if: always()
164164
run: docker cp exist:/exist/logs .
165165

166-
- uses: actions/upload-artifact@v4
166+
- uses: actions/upload-artifact@v6
167167
if: always()
168168
with:
169169
name: exist_${{ matrix.exist-version }}_logs

0 commit comments

Comments
 (0)