Skip to content

Commit

Permalink
Merge pull request #104 from 10up/upkeep/upload-artifact
Browse files Browse the repository at this point in the history
Bumped `actions/upload-artifact` from v3 to v4
  • Loading branch information
jeffpaul authored Apr 29, 2024
2 parents 013ff50 + 59def73 commit fa25a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Upload the ZIP file as an artifact
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: release
Expand Down

0 comments on commit fa25a15

Please sign in to comment.