Skip to content

Commit 6a83d2f

Browse files
ci: use same version of download/upload artifacts (#91)
1 parent 2de16bc commit 6a83d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
exit $exitCode
7171
fi
7272
73-
- uses: actions/download-artifact@master
73+
- uses: actions/download-artifact@v3
7474
name: Download Package Artifact
7575
if: success() && (steps.affected.outputs.should_deploy == 'true' || github.event.inputs.skip_affected || steps.last_successful_commit.outputs.commit_hash == '')
7676
with:

0 commit comments

Comments
 (0)