Skip to content

Commit 36a226f

Browse files
authored
Merge pull request #163 from exoego/dependabot/github_actions/actions/upload-artifact-5
2 parents ec1461b + bb12746 commit 36a226f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-from-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
uses: exoego/esbuild-bundle-analyzer@${{ github.sha }}
3232
with: '{"metafiles": "tmp/meta.json"}'
33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v5
3434
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3535
with:
3636
name: distribution

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
uses: exoego/esbuild-bundle-analyzer@${{ github.sha }}
6161
with: '{"metafiles": "tmp/meta.json"}'
62-
- uses: actions/upload-artifact@v4
62+
- uses: actions/upload-artifact@v5
6363
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
6464
with:
6565
name: distribution

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
node ${{ github.action_path }}/dist/index.mjs
104104
105105
- name: Upload bundle analysis on default branch
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v5
107107
if: success() && github.ref_name == github.event.repository.default_branch
108108
with:
109109
name: bundle

0 commit comments

Comments
 (0)