Skip to content

Commit 67e7f64

Browse files
CI upload artifact version update (#448)
1 parent 7c8415f commit 67e7f64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ jobs:
8787
echo "ARTIFACT_NAME=$ARTIFACT_NAME" | tee -a $GITHUB_ENV
8888
8989
- name: Create artifact
90-
uses: actions/upload-artifact@v2
90+
uses: actions/upload-artifact@v4.4.0
9191
with:
9292
name: ${{ env.ARTIFACT_NAME }}
9393
path: ${{ env.WORKSPACE_INSTALL_PATH }}
9494

9595
- name: Install artifact
96-
uses: actions/download-artifact@v2
96+
uses: actions/download-artifact@v4.1.7
9797
with:
9898
name: ${{ env.ARTIFACT_NAME }}
9999
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
@@ -171,7 +171,7 @@ jobs:
171171
continue-on-error: true
172172
steps:
173173
- name: Get artifacts
174-
uses: actions/download-artifact@v2
174+
uses: actions/download-artifact@v4.1.7
175175
with:
176176
path: artifacts
177177

0 commit comments

Comments
 (0)