Skip to content

Commit

Permalink
ci: bump GitHub workflow actions to latest versions (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Apr 9, 2024
1 parent dbdc27d commit 9082a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-ci.yml
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v3.0.0
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand All @@ -38,7 +38,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist-folder
path: |
Expand Down

0 comments on commit 9082a7b

Please sign in to comment.