Skip to content

Commit e4f0c2c

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pgo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- run: cargo install cargo-pgo --version 0.2.9
5757
- uses: oven-sh/setup-bun@v2
5858
- run: bun run pgo.js --target ${{ matrix.target }} ${{ matrix.additional_args }}
59-
- uses: actions/upload-artifact@v6
59+
- uses: actions/upload-artifact@v7
6060
with:
6161
name: ${{ matrix.release_name }}
6262
path: target/${{ matrix.target }}/pgo/${{ matrix.artifact_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
shell: bash
7272
run: $BUILD_CMD build --profile release-ci --target ${{ matrix.target }} --locked --no-default-features --features rustls ${{ matrix.additional_args }}
7373
- name: Upload
74-
uses: actions/upload-artifact@v6
74+
uses: actions/upload-artifact@v7
7575
with:
7676
name: ${{ matrix.release_name }}
7777
path: target/${{ matrix.target }}/release-ci/${{ matrix.artifact_name }}

0 commit comments

Comments
 (0)