Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 4.1.5 to 4.1.7 (#127)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.5 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@8caf195...65a9edc)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Dupuy <33216+dupuy@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dupuy committed May 3, 2024
1 parent 54ef351 commit cbf3cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
- name: 'Download release artifacts'
if: env.pr-tag == 'true'
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: '${{ env.artifact-name }}'
path: dist/
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
- name: 'Download release artifacts'
if: env.pr-tag == 'true'
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: '${{ env.artifact-name }}'
path: dist/
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:

- name: 'Download release artifacts'
if: env.pr-release == 'true'
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: '${{ env.artifact-name }}'
path: dist/
Expand Down

0 comments on commit cbf3cd7

Please sign in to comment.