Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent a826b32 commit 167e338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
needs: build
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: build
path: ${{ secrets.SLUG }}
Expand All @@ -108,7 +108,7 @@ jobs:
needs: pack
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ secrets.SLUG }}-dev
path: .
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
echo "::set-output name=package-name::${{ secrets.SLUG }}-${GITHUB_REF#refs/tags/}"
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: build
path: ${{ secrets.SLUG }}
Expand All @@ -87,7 +87,7 @@ jobs:
run: |
echo "::set-output name=package-name::${{ secrets.SLUG }}-${GITHUB_REF#refs/tags/}"
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ steps.vars.outputs.package-name }}
path: .
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
grep -oPz "(?s)${START}.*?\n\K.*?(?=${END})" readme.txt > changelog.txt
truncate -s-2 changelog.txt
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ steps.vars.outputs.package-name }}
path: .
Expand Down

0 comments on commit 167e338

Please sign in to comment.