Skip to content

Commit 04aa9e6

Browse files
dependabot[bot]Lionel Untereiner
authored andcommitted
ci(deps): bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82b43ea commit 04aa9e6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-publish-test-repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Get build artifacts
56-
uses: actions/download-artifact@v2
56+
uses: actions/download-artifact@v3
5757
with:
5858
name: dist-artifact
5959
path: dist/
@@ -90,7 +90,7 @@ jobs:
9090
fetch-depth: 0
9191

9292
- name: Get build artifacts
93-
uses: actions/download-artifact@v2
93+
uses: actions/download-artifact@v3
9494
with:
9595
name: dist-artifact
9696
path: dist/

.github/workflows/ci-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656

5757
- name: Get build artifacts
58-
uses: actions/download-artifact@v2
58+
uses: actions/download-artifact@v3
5959
with:
6060
name: dist-artifact
6161
path: dist/
@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393

9494
- name: Get build artifacts
95-
uses: actions/download-artifact@v2
95+
uses: actions/download-artifact@v3
9696
with:
9797
name: dist-artifact
9898
path: dist/

0 commit comments

Comments
 (0)