Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2024
1 parent 09f71b9 commit bc5cdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/assert-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
npx assert-folder-contents
- name: Upload dist assets to cache
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: ${{ env.dist }}
2 changes: 1 addition & 1 deletion .github/actions/download-built-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: "composite"
steps:
- name: Download built package from cache
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: ${{ env.dist }}

0 comments on commit bc5cdda

Please sign in to comment.