Skip to content

Commit

Permalink
Upgrade upload-artifact action (#1144)
Browse files Browse the repository at this point in the history
* Upgrade and hope it works

* Would you like to spend your evening debugging actions via commits to a remote server?
  • Loading branch information
Meorawr authored Sep 9, 2024
1 parent 12d2cf0 commit 1be534e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
with:
args: -dz

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: totalRP3-PR-${{ github.event.number }}
path: .release/
include-hidden-files: true

- name: Send Webhook Notification
if: failure()
Expand Down

0 comments on commit 1be534e

Please sign in to comment.