Skip to content

Commit 0e754c0

Browse files
authored
Merge pull request #265 from xdev-software/renovate/actions-upload-artifact-6.x
Update actions/upload-artifact action to v6
2 parents 98029ea + 3a450e8 commit 0e754c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Upload videos of test failures
6363
if: failure()
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v6
6565
with:
6666
name: test-fail-videos-${{ matrix.java }}-${{ env.PROJECT_NORMALIZED }}-${{ matrix.parallel }}-${{ matrix.pre-start }}
6767
path: demo/integration-tests/${{ matrix.project }}/target/records

0 commit comments

Comments
 (0)