Skip to content

Commit

Permalink
github actions build upload-artifact v4 was v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed Sep 5, 2024
1 parent cf80aa6 commit 4d35441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
tail -n 500 target/it-tests/junit-test/build.log
tail -n 500 output.txt
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: build.log
path: target/it-tests/junit-test/build.log

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: it-output.txt
Expand Down

0 comments on commit 4d35441

Please sign in to comment.