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 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent cff01ca commit 0682438
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: "Checkout repository"
uses: actions/checkout@v3
- name: "Download all artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
- name: "Create the release"
uses: ncipollo/release-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: workdir
- name: "Provide the .tmp directory"
Expand All @@ -87,7 +87,7 @@ jobs:
needs: [ generate-package ]
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
- name: "Refresh the distribution directory"
run: |
set -ex
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: workdir
- name: "Provide the .tmp directory"
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v3
- name: "Delete distribution"
run: rm -Rf distribution
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: distribution
- name: "Provide the distribution directory"
Expand Down

0 comments on commit 0682438

Please sign in to comment.