Skip to content

Commit

Permalink
Merge pull request #3 from jdevalk/patch-1
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
jeffpaul authored Mar 19, 2024
2 parents 1db43a4 + c54529d commit 224e0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ runs:
shell: bash

- name: Upload the archive as an artifact
id: upload
uses: actions/upload-artifact@v3
id: upload-plugin-artifact
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: zipfile
Expand Down

0 comments on commit 224e0f4

Please sign in to comment.