diff --git a/.github/workflows/test-simple-with-ss3-artifacts.yml b/.github/workflows/test-simple-with-ss3-artifacts.yml index e63e20b7..f43ee61d 100644 --- a/.github/workflows/test-simple-with-ss3-artifacts.yml +++ b/.github/workflows/test-simple-with-ss3-artifacts.yml @@ -67,7 +67,7 @@ jobs: console.log(artifacts.artifacts); - name: Download artifact for this OS - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ matrix.artifact_name }} run-id: ${{ github.event.workflow_run.id }}