Skip to content

Commit cc6171b

Browse files
author
Lukas Pühringer
authored
Merge pull request #2258 from theupdateframework/dependabot/github_actions/actions/download-artifact-3.0.2
build(deps): bump actions/download-artifact from 3.0.1 to 3.0.2
2 parents a4a4e1a + 671df68 commit cc6171b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
release_id: ${{ steps.gh-release.outputs.id }}
5353
steps:
5454
- name: Fetch build artifacts
55-
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
55+
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
5656
with:
5757
name: build-artifacts
5858
path: dist
@@ -76,7 +76,7 @@ jobs:
7676
contents: write # to modify GitHub releases
7777
steps:
7878
- name: Fetch build artifacts
79-
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
79+
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
8080
with:
8181
name: build-artifacts
8282
path: dist

0 commit comments

Comments
 (0)