Skip to content

Commit dc946bf

Browse files
dependabot[bot]ctron
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] <[email protected]>
1 parent bfbc25b commit dc946bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-preview-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
mkdir -p ./pr
2121
echo ${{ github.event.number }} > ./pr/NR
2222
23-
- uses: actions/upload-artifact@v4
23+
- uses: actions/upload-artifact@v5
2424
with:
2525
name: build
2626
path: build/
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v5
2828
with:
2929
name: pr
3030
path: pr/

0 commit comments

Comments
 (0)