Skip to content

Commit

Permalink
chore: update upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jan 24, 2025
1 parent cbb8832 commit 63f1d22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload Data Aggregates
# Used for local debugging
if: (failure() || success())
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
}
run: jq -n "$RELEASE" > release.json
- if: github.event_name != 'pull_request' && steps.release.outputs.tag != ''
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release
path: release.json
2 changes: 1 addition & 1 deletion .github/workflows/test-kubo-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
edit-mode: replace
body-path: comment.md
- name: Upload one-page HTML report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: conformance-${{ matrix.target }}.html
path: ./output.html

0 comments on commit 63f1d22

Please sign in to comment.