Skip to content

Commit 7a1ba61

Browse files
authored
Merge pull request #2917 from theupdateframework/dependabot/github_actions/action-dependencies-a3a0f643bf
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 in the action-dependencies group
2 parents d503d18 + 4c720e1 commit 7a1ba61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
release_id: ${{ steps.gh-release.outputs.result }}
5555
steps:
5656
- name: Fetch build artifacts
57-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
57+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
5858
with:
5959
name: build-artifacts
6060

@@ -96,7 +96,7 @@ jobs:
9696
id-token: write # to authenticate as Trusted Publisher to pypi.org
9797
steps:
9898
- name: Fetch build artifacts
99-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
99+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
100100
with:
101101
name: build-artifacts
102102

0 commit comments

Comments
 (0)