From ffe89388497a3f3cb76779a4c45290835c95ccf1 Mon Sep 17 00:00:00 2001 From: "Allaf, Kamil" Date: Thu, 12 Dec 2024 16:48:36 +0100 Subject: [PATCH] Upgrade deprecated actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7323e81..4104f3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Pack run: npm pack - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: | @@ -53,7 +53,7 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Publish to npm env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}