Skip to content

Commit 0f02f9e

Browse files
chore(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 15908a6 commit 0f02f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124
- uses: actions/checkout@v2
125125
- name: Download all
126-
uses: actions/download-artifact@v2
126+
uses: actions/download-artifact@v3
127127
with:
128128
name: artifact
129129
path: ${{ matrix.test_package }}/artifact

0 commit comments

Comments
 (0)