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
…323)

* Bump actions/download-artifact from 1 to 4.1.7 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]>

* Update main.yml

Update version of upload-artifact to 4.4.0

* Update main.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Wiebe <[email protected]>
  • Loading branch information
2 people authored and allenrobel committed Sep 25, 2024
1 parent 734f522 commit 5e68ef1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
run: ansible-galaxy collection build --output-path "${GITHUB_WORKSPACE}/.cache/collection-tarballs"

- name: Store migrated collection artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.0
with:
name: collection
path: .cache/collection-tarballs
overwrite: true


sanity:
Expand All @@ -66,7 +67,7 @@ jobs:
run: pip install https://github.com/ansible/ansible/archive/v${{ matrix.ansible }}.tar.gz --disable-pip-version-check

- name: Download migrated collection artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: collection
path: .cache/collection-tarballs
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
run: pip install pytest==7.4.4

- name: Download migrated collection artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: collection
path: .cache/collection-tarballs
Expand Down

0 comments on commit 5e68ef1

Please sign in to comment.