Skip to content

Commit 8a97cb8

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#338)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f169ed3 commit 8a97cb8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: node ci/github-actions/illustrate-benchmark-reports.js
101101

102102
- name: Upload benchmark reports
103-
uses: actions/upload-artifact@v6
103+
uses: actions/upload-artifact@v7
104104
continue-on-error: true
105105
with:
106106
name: benchmark-reports

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: strip --strip-all target/${{ matrix.target }}/release/pdu
8686

8787
- name: Upload build artifact
88-
uses: actions/upload-artifact@v6
88+
uses: actions/upload-artifact@v7
8989
with:
9090
name: pdu-${{ matrix.target }}
9191
path: target/${{ matrix.target }}/release/pdu
@@ -121,7 +121,7 @@ jobs:
121121
run: strip target/${{ matrix.target }}/release/pdu
122122

123123
- name: Upload build artifact
124-
uses: actions/upload-artifact@v6
124+
uses: actions/upload-artifact@v7
125125
with:
126126
name: pdu-${{ matrix.target }}
127127
path: target/${{ matrix.target }}/release/pdu
@@ -156,7 +156,7 @@ jobs:
156156
run: cargo build --target ${{ matrix.target }} --release --all-features
157157

158158
- name: Upload build artifact
159-
uses: actions/upload-artifact@v6
159+
uses: actions/upload-artifact@v7
160160
with:
161161
name: pdu-${{ matrix.target }}
162162
path: target/${{ matrix.target }}/release/pdu.exe
@@ -348,7 +348,7 @@ jobs:
348348
run: ./ci/github-actions/create-checksums.sh
349349

350350
- name: Upload as artifacts
351-
uses: actions/upload-artifact@v6
351+
uses: actions/upload-artifact@v7
352352
with:
353353
name: checksums
354354
path: sha*sum.txt

0 commit comments

Comments
 (0)