Skip to content

Commit 12813d3

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 9fcac14 commit 12813d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- build
7171
steps:
7272
- name: Download digests
73-
uses: actions/download-artifact@v4
73+
uses: actions/download-artifact@v5
7474
with:
7575
path: ${{ runner.temp }}/digests
7676
pattern: digests-*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- build
7171
steps:
7272
- name: Download digests
73-
uses: actions/download-artifact@v4
73+
uses: actions/download-artifact@v5
7474
with:
7575
path: ${{ runner.temp }}/digests
7676
pattern: digests-*

0 commit comments

Comments
 (0)