Skip to content

Commit 671df68

Browse files
build(deps): bump actions/download-artifact from 3.0.1 to 3.0.2
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@9782bd6...9bc31d5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e90bc9 commit 671df68

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)