Skip to content

Commit 6d641c1

Browse files
build(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] <[email protected]>
1 parent f6fde18 commit 6d641c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd .. && tar -czvf croc_${{ github.event.release.name }}_src.tar.gz croc-${{ github.event.release.name }}
2828
2929
- name: Upload source artifact
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: source-tarball
3333
path: "*.tar.gz"
@@ -182,7 +182,7 @@ jobs:
182182
fi
183183
184184
- name: Upload build artifact
185-
uses: actions/upload-artifact@v4
185+
uses: actions/upload-artifact@v5
186186
with:
187187
name: build-${{ matrix.name }}
188188
path: |

0 commit comments

Comments
 (0)