From 4c481da60b4cc1e0d61ea7ad324967029b91a64d Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Sat, 21 Sep 2024 12:43:39 +0100 Subject: [PATCH] bump upload-artifact action in prerelease workflow --- .github/workflows/create-pullrequest-prerelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-pullrequest-prerelease.yml b/.github/workflows/create-pullrequest-prerelease.yml index 4e2203166..134dde99b 100644 --- a/.github/workflows/create-pullrequest-prerelease.yml +++ b/.github/workflows/create-pullrequest-prerelease.yml @@ -30,7 +30,7 @@ jobs: run: npm pack - name: Upload packaged next-on-pages artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: npm-package-next-on-pages-${{ github.event.number }} # encode the PR number into the artifact name path: ./packages/next-on-pages/cloudflare-next-on-pages-*.tgz @@ -40,7 +40,7 @@ jobs: run: npm pack - name: Upload packaged eslint-plugin-next-on-pages artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: npm-package-eslint-plugin-next-on-pages-${{ github.event.number }} # encode the PR number into the artifact name path: ./packages/eslint-plugin-next-on-pages/eslint-plugin-next-on-pages-*.tgz