diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 918cb4cd..d4ca8d85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,13 +87,13 @@ jobs: echo "ARTIFACT_NAME=$ARTIFACT_NAME" | tee -a $GITHUB_ENV - name: Create artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.WORKSPACE_INSTALL_PATH }} - name: Install artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.WORKSPACE_ARTIFACT_PATH }} @@ -171,7 +171,7 @@ jobs: continue-on-error: true steps: - name: Get artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: artifacts