Skip to content

Commit

Permalink
Change property from use to uses
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Dec 1, 2022
1 parent 3f1e8b7 commit d48925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:

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

0 comments on commit d48925e

Please sign in to comment.