Skip to content

Commit f15d1be

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 5113f62 commit f15d1be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252

5353
- name: Download artifact
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
name: image-bookstack-master
5757
path: /tmp
@@ -81,7 +81,7 @@ jobs:
8181
type=ref,event=branch
8282
8383
- name: Download artifact
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v5
8585
with:
8686
name: image-bookstack-master
8787
path: /tmp

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353

5454
- name: Download artifact
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v5
5656
with:
5757
name: image-bookstack
5858
path: /tmp

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5151

5252
- name: Download artifact
53-
uses: actions/download-artifact@v4
53+
uses: actions/download-artifact@v5
5454
with:
5555
name: image-bookstack-master
5656
path: /tmp
@@ -87,7 +87,7 @@ jobs:
8787
type=semver,pattern={{major}}.{{minor}}.{{patch}}
8888
8989
- name: Download artifact
90-
uses: actions/download-artifact@v4
90+
uses: actions/download-artifact@v5
9191
with:
9292
name: image-bookstack-master
9393
path: /tmp

0 commit comments

Comments
 (0)