Skip to content

Commit bdc8a56

Browse files
chore(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba389e1 commit bdc8a56

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/benchmark.yaml

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

104104
- name: Upload benchmark reports
105-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
106106
continue-on-error: true
107107
with:
108108
name: benchmark-reports

.github/workflows/deploy.yaml

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

8282
- name: Upload build artifact
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: pdu-${{ matrix.target }}
8686
path: target/${{ matrix.target }}/release/pdu
@@ -113,7 +113,7 @@ jobs:
113113
run: strip target/${{ matrix.target }}/release/pdu
114114

115115
- name: Upload build artifact
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: pdu-${{ matrix.target }}
119119
path: target/${{ matrix.target }}/release/pdu
@@ -144,7 +144,7 @@ jobs:
144144
run: cargo build --target ${{ matrix.target }} --release --all-features
145145

146146
- name: Upload build artifact
147-
uses: actions/upload-artifact@v3
147+
uses: actions/upload-artifact@v4
148148
with:
149149
name: pdu-${{ matrix.target }}
150150
path: target/${{ matrix.target }}/release/pdu.exe
@@ -336,7 +336,7 @@ jobs:
336336
run: ./ci/github-actions/create-checksums.sh
337337

338338
- name: Upload as artifacts
339-
uses: actions/upload-artifact@v3
339+
uses: actions/upload-artifact@v4
340340
with:
341341
name: checksums
342342
path: sha*sum.txt

0 commit comments

Comments
 (0)