mirror of https://github.com/exaloop/codon.git
Bump actions/download-artifact from 3 to 4 (#524)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/536/head
parent
f819bfd943
commit
f476ff2f92
|
@ -63,7 +63,7 @@ jobs:
|
||||||
|
|
||||||
- name: Load Release URL File
|
- name: Load Release URL File
|
||||||
if: contains(github.ref, 'tags/v')
|
if: contains(github.ref, 'tags/v')
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release_url
|
name: release_url
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@ jobs:
|
||||||
|
|
||||||
- name: Load Release URL File
|
- name: Load Release URL File
|
||||||
if: contains(github.ref, 'tags/v')
|
if: contains(github.ref, 'tags/v')
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release_url
|
name: release_url
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue