Skip to content

Commit

Permalink
bump upload-artifact action in prerelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Sep 21, 2024
1 parent e890632 commit 4c481da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pullrequest-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 4c481da

Please sign in to comment.