Skip to content

Commit

Permalink
uptade actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
remimendes authored and cgalibern committed Jan 10, 2024
1 parent 0555600 commit d7852a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -34,7 +34,7 @@ jobs:
- run: find dist -ls
- run: cd dist && tar -czf ../bundle *
- name: Archive bundle and bundle.debug for release
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bundles
retention-days: 2
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -59,7 +59,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: bundles
path: .
Expand Down

0 comments on commit d7852a4

Please sign in to comment.