Skip to content

Commit

Permalink
Bump github actions task versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Jul 21, 2024
1 parent ef6ad9b commit b31cab8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'
cache: npm
Expand All @@ -33,7 +33,7 @@ jobs:
rm -r node_modules
tar -czf ../build.tar.gz .
- name: Upload Bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: refacto
retention-days: 1
Expand All @@ -55,11 +55,11 @@ jobs:
- { node: '22' }
steps:
- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Download Bundle
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: refacto
- name: Unpack
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
contents: write
steps:
- name: Download Bundle
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: refacto
- name: Create Release
Expand Down

0 comments on commit b31cab8

Please sign in to comment.