Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
1. Make `id` more descriptive so there's less chance of a name clash. 
2. Update to version 4 of the `upload-artifact` action, as [that brings with it the rather cool option to get the artifact URL immediately](actions/upload-artifact#50 (comment)).
  • Loading branch information
jdevalk authored Jan 23, 2024
1 parent 1db43a4 commit c54529d
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 c54529d

Please sign in to comment.