diff --git a/.github/workflows/quick-regression.yml b/.github/workflows/quick-regression.yml index fd7d292c2b..2e44e24275 100644 --- a/.github/workflows/quick-regression.yml +++ b/.github/workflows/quick-regression.yml @@ -81,10 +81,10 @@ jobs: --list-input=folder_list.txt tar -cvf quick-regression-test.tar run.log progress.yaml - - name: Download artifacts - uses: actions/download-artifact@v4 + - name: Upload artifacts + uses: actions/upload-artifact@v4 with: name: quick-regression-test-artifact path: quick-regression-test.tar - retention-days: 5 +