Skip to content

Commit fc353f7

Browse files
dependabot[bot]facutuesca
authored andcommitted
build(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) Updates `actions/download-artifact` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@b14cf4c...95815c3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9abcb40 commit fc353f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: python -m build
3333

3434
- name: Upload distributions
35-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
35+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3636
with:
3737
name: distributions
3838
path: dist/
@@ -46,7 +46,7 @@ jobs:
4646
attestations: write # to persist the attestation files
4747
steps:
4848
- name: Download distributions
49-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4
49+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
5050
with:
5151
name: distributions
5252
path: dist/
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download distributions
70-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4
70+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
7171
with:
7272
name: distributions
7373
path: dist/

0 commit comments

Comments
 (0)