From 9082a7bc6f965f8e3a97821bab483c9a8ae2afe8 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Wed, 10 Apr 2024 01:45:06 +0200 Subject: [PATCH] ci: bump GitHub workflow actions to latest versions (#2113) --- .github/workflows/main-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index c91cfa60..3638396e 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -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' @@ -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: |