Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4 (#503)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent c55030a commit a6c407e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ jobs:
# See https://github.com/ipfs/gateway-conformance/issues/171
run: cat output.md | sed '/Failures\/Errors/,$d' >> $GITHUB_STEP_SUMMARY
- name: Upload JSON output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: conformance-${{ steps.slug.outputs.slug }}.json
path: |
./output.json
./output.html
./report.json
- name: Upload HTML report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: conformance-${{ steps.slug.outputs.slug }}.html
path: output.html
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Upload Data Aggregates
# This will be useful for local debugging
if: (failure() || success())
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dashboard-reports
path: ./reports
Expand All @@ -124,7 +124,7 @@ jobs:
- name: Upload Report
# This will be useful for local debugging
if: (failure() || success())
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dashboard-report
path: ./src/report.json
Expand Down

0 comments on commit a6c407e

Please sign in to comment.