Skip to content

Commit

Permalink
chore: [ci/cd] - upgrade actions/upload(download)-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Sep 27, 2024
1 parent 5af9481 commit d45be6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
rm webpack.config.js
- name: Create & Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ./
Expand All @@ -62,7 +62,7 @@ jobs:
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}

Expand Down

0 comments on commit d45be6b

Please sign in to comment.