Skip to content

Commit 05fa92a

Browse files
authored
Merge pull request #95 from KSXGitHub/dependabot/github_actions/actions/upload-artifact-2.3.1
chore(deps): bump actions/upload-artifact from 2.3.0 to 2.3.1
2 parents 1a591d4 + 7178bff commit 05fa92a

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/[email protected].0
105+
uses: actions/[email protected].1
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/[email protected].0
83+
uses: actions/[email protected].1
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/[email protected].0
116+
uses: actions/[email protected].1
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/[email protected].0
147+
uses: actions/[email protected].1
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/[email protected].0
339+
uses: actions/[email protected].1
340340
with:
341341
name: checksums
342342
path: sha*sum.txt

0 commit comments

Comments
 (0)