Skip to content

Commit 77c253f

Browse files
authored
Merge pull request #862 from hatoo/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 9766ca2 + e4f0c2c commit 77c253f

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)