Skip to content

Commit d0419ee

Browse files
authored
Merge pull request #468 from Sparticuz/dependabot/github_actions/actions/download-artifact-6
2 parents a1257d7 + 9bb3aac commit d0419ee

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
@@ -70,7 +70,7 @@ jobs:
7070
uses: aws-actions/setup-sam@v2
7171

7272
- name: Download Layer Artifact
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: chromium.arm64.zip
7676

.github/workflows/test-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: aws-actions/setup-sam@v2
7171

7272
- name: Download Layer Artifact
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: chromium.x64.zip
7676

0 commit comments

Comments
 (0)