Skip to content

Commit a5f9d85

Browse files
dependabot[bot]raymond-lam
authored andcommitted
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 7768c40 commit a5f9d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ jobs:
124124
- working-directory: ./example
125125
run: npm run build
126126
- if: matrix.os == 'ubuntu-latest' && matrix.node_version == 22 && ((github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event.action == 'published')
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: dist
130130
path: dist/**
131131
- if: matrix.os == 'ubuntu-latest' && matrix.node_version == 22 && github.event_name == 'push' && github.ref == 'refs/heads/main'
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v5
133133
with:
134134
name: example-app
135135
path: example/out/**

0 commit comments

Comments
 (0)