Skip to content

Commit

Permalink
upgrade to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Jan 16, 2025
1 parent 13ceaa2 commit 6e699d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
package: packages/sites/${{ matrix.dir }}/package.json
tag: ${{ env.npm_tag }}
- run: ./tools/scripts/test-report
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Test report
path: ${{ github.workspace }}/test-report

0 comments on commit 6e699d6

Please sign in to comment.