Skip to content

Commit f830a23

Browse files
Merge pull request #554 from theupdateframework/dependabot/github_actions/actions-dependencies-8f3a61e048
build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 in the actions-dependencies group across 1 directory
2 parents 72821ef + 38cfefc commit f830a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id-token: write # to authenticate as Trusted Publisher to pypi.org
4747
steps:
4848
- name: Fetch build artifacts
49-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
49+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5050
with:
5151
name: build-artifacts
5252

@@ -62,7 +62,7 @@ jobs:
6262
contents: write # to modify GitHub releases
6363
steps:
6464
- name: Fetch build artifacts
65-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
65+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
6666
with:
6767
name: build-artifacts
6868

0 commit comments

Comments
 (0)