Skip to content

Commit a8ccdb7

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

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
@@ -39,7 +39,7 @@ jobs:
3939
attestations: write # To persist the attestation files.
4040
steps:
4141
- name: Download distributions
42-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
42+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4343
with:
4444
name: distributions
4545
path: dist/
@@ -61,7 +61,7 @@ jobs:
6161
id-token: write
6262
steps:
6363
- name: Download distributions
64-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
64+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
6565
with:
6666
name: distributions
6767
path: dist/

0 commit comments

Comments
 (0)