Skip to content

Commit

Permalink
Merge pull request #248 from KSXGitHub/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
KSXGitHub authored Dec 19, 2023
2 parents 183fd04 + bdc8a56 commit 589e43f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: node ci/github-actions/illustrate-benchmark-reports.js

- name: Upload benchmark reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: benchmark-reports
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: strip --strip-all target/${{ matrix.target }}/release/pdu

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pdu-${{ matrix.target }}
path: target/${{ matrix.target }}/release/pdu
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: strip target/${{ matrix.target }}/release/pdu

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pdu-${{ matrix.target }}
path: target/${{ matrix.target }}/release/pdu
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
run: cargo build --target ${{ matrix.target }} --release --all-features

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pdu-${{ matrix.target }}
path: target/${{ matrix.target }}/release/pdu.exe
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
run: ./ci/github-actions/create-checksums.sh

- name: Upload as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: checksums
path: sha*sum.txt
Expand Down

0 comments on commit 589e43f

Please sign in to comment.