Skip to content

Commit

Permalink
Merge pull request #1105 from tj-actions/renovate/major-github-artifa…
Browse files Browse the repository at this point in the history
…ct-actions

chore(deps): update github artifact actions to v4 (major)
  • Loading branch information
repo-ranger[bot] authored Feb 17, 2024
2 parents 7f4007c + 4a0fe31 commit 0ca175a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
branch: ${{ github.head_ref }}

- name: Upload build assets
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-assets
path: dist
Expand All @@ -98,7 +98,7 @@ jobs:
fetch-depth: 0

- name: Download build assets
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-assets

Expand Down

0 comments on commit 0ca175a

Please sign in to comment.