Skip to content

Commit

Permalink
upload-artifacts v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lperovskaya committed Jan 8, 2025
1 parent 1402953 commit ccd6962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: ./gradlew release --scan -Pnpm.download=false -Pbuild_version=${{ github.event.inputs.version }}

- name: Upload artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
body: 'Playwright tests screens\n\n<p float="left">' + images_grid + '</p>'
});
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: ./src/frontend/tests/playwright-report/
retention-days: 3

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: artifacts
Expand Down

0 comments on commit ccd6962

Please sign in to comment.