Skip to content

Commit

Permalink
Use v4 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Loupeznik committed Dec 9, 2024
1 parent c3df70e commit a2dcd0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.2
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Archive artifact
run: tar -czf /tmp/release.tar.gz ./dist

- uses: actions/upload-artifact@v3.1.2
- uses: actions/upload-artifact@v4
with:
name: artifact
path: /tmp/release.tar.gz
Expand All @@ -47,7 +47,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4.1.7
with:
Expand Down

0 comments on commit a2dcd0a

Please sign in to comment.