Skip to content

Commit

Permalink
Update challenge.yml
Browse files Browse the repository at this point in the history
update to use version 4 of the upload artifact as request by  GitHub on the actions page
  • Loading branch information
TomPughe authored Jun 18, 2024
1 parent c02aa20 commit ac142b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v1

- name: Upload an arbitrary artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: linux
path: ./${{ env.FILE_NAME }}

0 comments on commit ac142b4

Please sign in to comment.