We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef1302 commit f1915dfCopy full SHA for f1915df
.github/workflows/build.yml
@@ -70,15 +70,15 @@ jobs:
70
71
- name: upload xar package
72
if: ${{ matrix.java-version == 21 }}
73
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
74
with:
75
name: frus-xar
76
path: build/*.xar
77
if-no-files-found: ignore
78
79
- name: upload smoke test
80
81
82
83
name: frus-bats
84
path: tests/bats/
@@ -163,7 +163,7 @@ jobs:
163
if: always()
164
run: docker cp exist:/exist/logs .
165
166
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
167
168
169
name: exist_${{ matrix.exist-version }}_logs
0 commit comments