Skip to content

Commit 734dafd

Browse files
build(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26cd6a2 commit 734dafd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/develop.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: build
5757
steps:
5858
- name: Download artifact
59-
uses: actions/download-artifact@v1
59+
uses: actions/download-artifact@v4.1.7
6060
with:
6161
name: build
6262
path: ${{ secrets.SLUG }}
@@ -76,7 +76,7 @@ jobs:
7676
needs: pack
7777
steps:
7878
- name: Download artifact
79-
uses: actions/download-artifact@v1
79+
uses: actions/download-artifact@v4.1.7
8080
with:
8181
name: ${{ secrets.SLUG }}-dev
8282
path: .

.github/workflows/stable.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
echo "::set-output name=package-name::${{ secrets.SLUG }}-${GITHUB_REF#refs/tags/}"
6262
- name: Download artifact
63-
uses: actions/download-artifact@v1
63+
uses: actions/download-artifact@v4.1.7
6464
with:
6565
name: build
6666
path: ${{ secrets.SLUG }}
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
echo "::set-output name=package-name::${{ secrets.SLUG }}-${GITHUB_REF#refs/tags/}"
8686
- name: Download artifact
87-
uses: actions/download-artifact@v1
87+
uses: actions/download-artifact@v4.1.7
8888
with:
8989
name: ${{ steps.vars.outputs.package-name }}
9090
path: .
@@ -118,7 +118,7 @@ jobs:
118118
grep -oPz "(?s)${START}.*?\n\K.*?(?=${END})" readme.txt > changelog.txt
119119
truncate -s-2 changelog.txt
120120
- name: Download artifact
121-
uses: actions/download-artifact@v1
121+
uses: actions/download-artifact@v4.1.7
122122
with:
123123
name: ${{ steps.vars.outputs.package-name }}
124124
path: .

0 commit comments

Comments
 (0)