Skip to content

Commit 2e583ed

Browse files
Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows (#1393)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bb30fc commit 2e583ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
const file = directory.files.find(d => d.path === 'pr_number');
4646
const content = await file.buffer();
4747
return content.toString();
48-
- uses: dawidd6/action-download-artifact@v2
48+
- uses: dawidd6/action-download-artifact@v6
4949
with:
5050
github_token: ${{secrets.GITHUB_TOKEN}}
5151
workflow: build-preview.yml

0 commit comments

Comments
 (0)