Skip to content

Commit a1257d7

Browse files
authored
Merge pull request #469 from Sparticuz/dependabot/github_actions/actions/upload-artifact-5
2 parents 23b9d62 + fe400c1 commit a1257d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: make chromium.arm64.zip
4242

4343
- name: Upload Layer Artifact
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: chromium.arm64.zip
4747
path: chromium.arm64.zip

.github/workflows/test-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: make chromium.x64.zip
4242

4343
- name: Upload Layer Artifact
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: chromium.x64.zip
4747
path: chromium.x64.zip

0 commit comments

Comments
 (0)