Skip to content

Commit

Permalink
chore: fix deprecation notice in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine committed Apr 30, 2024
1 parent d339491 commit b88499d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Upload failure artifacts on failure
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: error-logs
path: /tmp/deploy_error.log.gpg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Upload failure artifacts on failure
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: error-logs
path: /tmp/deploy_error.log.gpg
Expand Down

0 comments on commit b88499d

Please sign in to comment.