Skip to content

Commit 5780d3a

Browse files
build(deps): bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows (#605)
build(deps): bump dawidd6/action-download-artifact in /.github/workflows 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 d2c8d65 commit 5780d3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ jobs:
4242
# Not the default gh download-artifact action, which doesn't work
4343
# between workflows
4444
- name: Get previous artifact learn-ocaml-www
45-
uses: dawidd6/action-download-artifact@v2
45+
uses: dawidd6/action-download-artifact@v6
4646
with:
4747
workflow: ${{ github.event.workflow_run.workflow_id }}
4848
name: learn-ocaml-www
4949
path: artifacts/
5050
skip_unpack: true
5151
- name: Get previous artifact learn-ocaml-linux-x86_64
52-
uses: dawidd6/action-download-artifact@v2
52+
uses: dawidd6/action-download-artifact@v6
5353
with:
5454
workflow: ${{ github.event.workflow_run.workflow_id }}
5555
name: learn-ocaml-linux-x86_64
5656
path: artifacts/linux-x86_64
5757
- name: Get previous artifact learn-ocaml-darwin-x86_64
58-
uses: dawidd6/action-download-artifact@v2
58+
uses: dawidd6/action-download-artifact@v6
5959
with:
6060
workflow: ${{ github.event.workflow_run.workflow_id }}
6161
name: learn-ocaml-darwin-x86_64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
- name: Download workflow artifacts
4848
# cf. https://github.com/actions/download-artifact/issues/3
49-
uses: dawidd6/action-download-artifact@v2
49+
uses: dawidd6/action-download-artifact@v6
5050
with:
5151
workflow: static-builds.yml
5252
workflow_conclusion: success

0 commit comments

Comments
 (0)