Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 87dd82a

Browse filesBrowse files
authored
Merge pull request solidnerd#315 from solidnerd/dependabot/github_actions/actions/download-artifact-3
chore(deps): bump actions/download-artifact from 2 to 3
2 parents bdc837d + fc348f7 commit 87dd82a
Copy full SHA for 87dd82a

File tree

Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed

‎.github/workflows/master.yml

Copy file name to clipboardExpand all lines: .github/workflows/master.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout
4545
uses: actions/checkout@v3
4646
- name: Download artifact
47-
uses: actions/download-artifact@v2
47+
uses: actions/download-artifact@v3
4848
with:
4949
name: image-bookstack-master
5050
path: /tmp
@@ -68,7 +68,7 @@ jobs:
6868
{{major}}.{{minor}}
6969
{{major}}.{{minor}}.{{patch}}
7070
- name: Download artifact
71-
uses: actions/download-artifact@v2
71+
uses: actions/download-artifact@v3
7272
with:
7373
name: image-bookstack-master
7474
path: /tmp

‎.github/workflows/pr.yml

Copy file name to clipboardExpand all lines: .github/workflows/pr.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout
4646
uses: actions/checkout@v3
4747
- name: Download artifact
48-
uses: actions/download-artifact@v2
48+
uses: actions/download-artifact@v3
4949
with:
5050
name: image-bookstack
5151
path: /tmp

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout
4444
uses: actions/checkout@v3
4545
- name: Download artifact
46-
uses: actions/download-artifact@v2
46+
uses: actions/download-artifact@v3
4747
with:
4848
name: image-bookstack-master
4949
path: /tmp
@@ -67,7 +67,7 @@ jobs:
6767
{{major}}.{{minor}}
6868
{{major}}.{{minor}}.{{patch}}
6969
- name: Download artifact
70-
uses: actions/download-artifact@v2
70+
uses: actions/download-artifact@v3
7171
with:
7272
name: image-bookstack-master
7373
path: /tmp

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.