Skip to content

Commit

Permalink
[gha] Update actions/upload-artifact@v3 -> actions/upload-artifact@v4 (
Browse files Browse the repository at this point in the history
  • Loading branch information
geropl authored Jan 17, 2025
1 parent 5c8700e commit cb0d882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/integration-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ runs:
echo "duration=${duration}" >> $GITHUB_OUTPUT
exit $RC
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: test-results
path: "test/**/TEST-*.xml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetbrains-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
cp -r dev/jetbrains-test/video dev/jetbrains-test/build/reports
- name: Save report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: video
path: |
Expand Down

0 comments on commit cb0d882

Please sign in to comment.