Skip to content

Commit ff242d5

Browse files
authored
Merge pull request #106 from link-u/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents 75c39ec + 1a3c60c commit ff242d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-debian-packages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v3
4848
- name: Download artifact
49-
uses: actions/download-artifact@v2
49+
uses: actions/download-artifact@v3
5050
with:
5151
name: ${{ matrix.codename }}
5252
path: artifact
@@ -83,7 +83,7 @@ jobs:
8383
codename: [bionic, focal]
8484
steps:
8585
- name: Download artifact
86-
uses: actions/download-artifact@v2
86+
uses: actions/download-artifact@v3
8787
with:
8888
name: ${{ matrix.codename }}
8989
path: ${{ matrix.codename }}
@@ -108,7 +108,7 @@ jobs:
108108
codename: [bionic, focal]
109109
steps:
110110
- name: Download artifact
111-
uses: actions/download-artifact@v2
111+
uses: actions/download-artifact@v3
112112
with:
113113
name: ${{ matrix.codename }}
114114
path: ${{ matrix.codename }}

0 commit comments

Comments
 (0)