We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8415f commit 67e7f64Copy full SHA for 67e7f64
1 file changed
.github/workflows/ci.yml
@@ -87,13 +87,13 @@ jobs:
87
echo "ARTIFACT_NAME=$ARTIFACT_NAME" | tee -a $GITHUB_ENV
88
89
- name: Create artifact
90
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4.4.0
91
with:
92
name: ${{ env.ARTIFACT_NAME }}
93
path: ${{ env.WORKSPACE_INSTALL_PATH }}
94
95
- name: Install artifact
96
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
97
98
99
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
@@ -171,7 +171,7 @@ jobs:
171
continue-on-error: true
172
steps:
173
- name: Get artifacts
174
175
176
path: artifacts
177
0 commit comments