Skip to content

Commit

Permalink
Deps: Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 122bf21 commit 4a5c1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Playwright tests
run: HOME=/root yarn playwright test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-web-twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: yarn build

- name: Save built icons
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: icons-dist
path: ./packages/icons/dist
Expand Down

0 comments on commit 4a5c1dc

Please sign in to comment.