Skip to content

Commit

Permalink
retry v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Mar 22, 2024
1 parent d18f5d4 commit f31bcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo hello > world.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: world.txt

0 comments on commit f31bcb7

Please sign in to comment.