Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 to 4.1.7 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 856e3fc commit 869db5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/09-artifacts-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Download math result for job 1
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: homework
- shell: bash
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: Download math result for job 2
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: homework
- name: Print the final result
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/16-conditional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ jobs:
if: always()
steps:
- name: Download artifact pass_status_job1
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: pass_status_job1

- name: Download artifact pass_status_job2
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: pass_status_job2

- name: Download artifact pass_status_job3
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: pass_status_job3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/25-artifacts-between-workflows-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download workflow artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7
with:
github-token: ${{ secrets.ACCESS_TOKEN }}
name: pr_num
Expand Down

0 comments on commit 869db5c

Please sign in to comment.