diff --git a/.github/workflows/vast.yaml b/.github/workflows/vast.yaml index 1258d078b41e..b0a5566c634c 100644 --- a/.github/workflows/vast.yaml +++ b/.github/workflows/vast.yaml @@ -255,7 +255,7 @@ jobs: - name: Upload Integration Test Logs on Failure if: failure() - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.1 with: name: 'vast-integration-test-debian-${{ matrix.build.compiler }}-${{ matrix.configure.tag }}' path: '${{ env.BUILD_DIR }}/vast/vast-integration-test' @@ -268,7 +268,7 @@ jobs: cmake --build "$BUILD_DIR" --target package - name: Upload Artifact to GitHub - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.1 with: name: "${{ env.PACKAGE_NAME }}.tar.gz" path: "${{ env.BUILD_DIR }}/${{ env.PACKAGE_NAME }}.tar.gz" @@ -464,7 +464,7 @@ jobs: - name: Upload Integration Test Logs on Failure if: failure() - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.1 with: name: 'vast-integration-test-macos-${{ matrix.build.compiler }}-${{ matrix.configure.tag }}' path: '${{ env.BUILD_DIR }}/vast/vast-integration-test' @@ -477,7 +477,7 @@ jobs: cmake --build "$BUILD_DIR" --target package - name: Upload Artifact to Github - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.1 with: name: "${{ env.PACKAGE_NAME }}.tar.gz" path: "${{ env.BUILD_DIR }}/${{ env.PACKAGE_NAME }}.tar.gz" @@ -636,7 +636,7 @@ jobs: cmake --install "$BUILD_DIR" - name: Upload Integration Test Logs on Failure if: failure() - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.1 with: name: 'vast-${{ matrix.plugin.target }}-integration-test' path: '${{ env.BUILD_DIR }}/vast-${{ matrix.plugin.target }}-integration-test' @@ -772,7 +772,7 @@ jobs: echo "::set-output name=artifact_name::${ARTIFACT_NAME}" - name: Upload Artifact to Github - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3.1.1 with: name: "${{ steps.create_paths.outputs.artifact_name }}" path: "${{ env.BUILD_DIR }}/${{ steps.create_paths.outputs.artifact_name }}"