Skip to content

Commit 91f6a84

Browse files
dependabot[bot]facutuesca
authored andcommitted
build(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the /{{cookiecutter.project_slug}}/.github/workflows directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e85c381 commit 91f6a84

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: make build
2626

2727
- name: Upload distributions
28-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
28+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2929
with:
3030
name: distributions
3131
path: dist/
@@ -39,7 +39,7 @@ jobs:
3939
attestations: write # To persist the attestation files.
4040
steps:
4141
- name: Download distributions
42-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
42+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
64+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6565
with:
6666
name: distributions
6767
path: dist/

0 commit comments

Comments
 (0)