Skip to content

Commit

Permalink
chore: bump actions/upload-artifacts to v4 (#1027)
Browse files Browse the repository at this point in the history
We updated download-artifacts to v4 but not upload, seems to have broken
release pipeline, hopefully this fixes.
  • Loading branch information
MaxCWhitehead committed Sep 11, 2024
1 parent 34f8e75 commit 480cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
tar -czvf $artifact_path $release_dir/
- name: ⏫️ Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_PATH }}
path: ${{ env.ARTIFACT_PATH }}
Expand Down

0 comments on commit 480cdd7

Please sign in to comment.