Skip to content

Commit bb12746

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84a0c2d commit bb12746

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)