Skip to content

Commit d2b3a0b

Browse files
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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] <[email protected]>
1 parent 0d173e9 commit d2b3a0b

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@v5
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: source-tarball
3333
path: "*.tar.gz"
@@ -187,7 +187,7 @@ jobs:
187187
fi
188188
189189
- name: Upload build artifact
190-
uses: actions/upload-artifact@v5
190+
uses: actions/upload-artifact@v6
191191
with:
192192
name: build-${{ matrix.name }}
193193
path: |

0 commit comments

Comments
 (0)