Skip to content

Commit

Permalink
fix: ci change actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Linbreux committed Sep 16, 2024
1 parent 81c7d08 commit d31f307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
url: http://localhost:5000

- uses: actions/upload-artifact@v2 # Uplaod screenshots to Actions Artifacts via actions/upload-artifact@v2
- uses: actions/upload-artifact@v3 # Uplaod screenshots to Actions Artifacts via actions/upload-artifact@v2
with:
path: screenshots
name: Download-screenshots

0 comments on commit d31f307

Please sign in to comment.