Skip to content

Commit bbe2ca8

Browse files
authored
Merge pull request #2543 from theupdateframework/dependabot/github_actions/action-dependencies-515e419fdb
build(deps): bump the action-dependencies group with 2 updates
2 parents 69a0737 + 8c70971 commit bbe2ca8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: PIP_CONSTRAINT=requirements/build.txt python3 -m build --sdist --wheel --outdir dist/ .
3535

3636
- name: Store build artifacts
37-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
37+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
3838
# NOTE: The GitHub release page contains the release artifacts too, but using
3939
# GitHub upload/download actions seems robuster: there is no need to compute
4040
# download URLs and tampering with artifacts between jobs is more limited.
@@ -52,7 +52,7 @@ jobs:
5252
release_id: ${{ steps.gh-release.outputs.result }}
5353
steps:
5454
- name: Fetch build artifacts
55-
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
55+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
5656
with:
5757
name: build-artifacts
5858
path: dist
@@ -92,7 +92,7 @@ jobs:
9292
id-token: write # to authenticate as Trusted Publisher to pypi.org
9393
steps:
9494
- name: Fetch build artifacts
95-
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
95+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
9696
with:
9797
name: build-artifacts
9898
path: dist

0 commit comments

Comments
 (0)