Skip to content

Commit d693eb2

Browse files
dependabot[bot]facutuesca
authored andcommitted
build(deps): bump actions/download-artifact
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d74938 commit d693eb2

File tree

1 file changed

+2
-2
lines changed
  • {{cookiecutter.project_slug}}/.github/workflows

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
attestations: write # To persist the attestation files.
3838
steps:
3939
- name: Download distributions
40-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
40+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4141
with:
4242
name: distributions
4343
path: dist/
@@ -59,7 +59,7 @@ jobs:
5959
id-token: write
6060
steps:
6161
- name: Download distributions
62-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
62+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
6363
with:
6464
name: distributions
6565
path: dist/

0 commit comments

Comments
 (0)