Bump actions/upload-artifact from 4.3.2 to 4.6.1 (#39)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.2...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bd37cefe89
commit
84f3da6fd9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
||||
echo "Upload successful!"
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v4.3.2
|
||||
uses: actions/upload-artifact@v4.6.1
|
||||
with:
|
||||
# Artifact name
|
||||
name: ${{ matrix.os }}_${{ matrix.cc }}_${{ env.ZIP_FILENAME }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user