Skip to content

Commit 63f1d22

Browse files
committed
chore: update upload-artifact action to v4
1 parent cbb8832 commit 63f1d22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Upload Data Aggregates
5050
# Used for local debugging
5151
if: (failure() || success())
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: artifacts
5555
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
}
3838
run: jq -n "$RELEASE" > release.json
3939
- if: github.event_name != 'pull_request' && steps.release.outputs.tag != ''
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: release
4343
path: release.json

.github/workflows/test-kubo-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
edit-mode: replace
9494
body-path: comment.md
9595
- name: Upload one-page HTML report
96-
uses: actions/upload-artifact@v3
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: conformance-${{ matrix.target }}.html
9999
path: ./output.html

0 commit comments

Comments
 (0)