Skip to content

Commit 6fd88ed

Browse files
Bump actions/download-artifact from 2 to 3 (ITISFoundation#2984)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78a44bc commit 6fd88ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ jobs:
17011701
runs-on: ubuntu-latest
17021702
steps:
17031703
- uses: actions/checkout@v3
1704-
- uses: actions/download-artifact@v2
1704+
- uses: actions/download-artifact@v3
17051705
name: download all artifacts
17061706
with:
17071707
path: artifacts

0 commit comments

Comments
 (0)