Skip to content

Commit fc6513d

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d44c0ac commit fc6513d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
node-version: '20'
1919
- run: npm ci
2020
- run: npm run build
21-
- uses: actions/upload-artifact@v4
21+
- uses: actions/upload-artifact@v6
2222
with:
2323
name: site
2424
path: dist
2525
- name: Store pull request number for later use
2626
run: |
2727
mkdir -p build/pr
2828
echo ${{github.event.number}} > build/pr/number
29-
- uses: actions/upload-artifact@v4
29+
- uses: actions/upload-artifact@v6
3030
with:
3131
name: pr
3232
path: build/pr

0 commit comments

Comments
 (0)