diff --git a/.changeset/brown-pumas-judge.md b/.changeset/brown-pumas-judge.md new file mode 100644 index 00000000000..6f73247acc1 --- /dev/null +++ b/.changeset/brown-pumas-judge.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Now CI workflows use updated action to upload and download artifacts diff --git a/.github/actions/combineReportsFromE2E/action.yml b/.github/actions/combineReportsFromE2E/action.yml index cc4f715332c..b90d1410860 100644 --- a/.github/actions/combineReportsFromE2E/action.yml +++ b/.github/actions/combineReportsFromE2E/action.yml @@ -42,7 +42,7 @@ runs: continue-on-error: true run: npm run qa:artifact-move-screenshots - name: Upload reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: combined-report diff --git a/.github/actions/e2e/action.yml b/.github/actions/e2e/action.yml index 0bb2a4363f0..19853cde0d0 100644 --- a/.github/actions/e2e/action.yml +++ b/.github/actions/e2e/action.yml @@ -87,7 +87,7 @@ runs: if: ${{ ! cancelled() }} run: npm run qa:move-screenshots - name: Upload reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: report-${{ strategy.job-index }} diff --git a/.github/actions/testmo/testmo-threads-submit/action.yml b/.github/actions/testmo/testmo-threads-submit/action.yml index f92d3553d87..140505b95d3 100644 --- a/.github/actions/testmo/testmo-threads-submit/action.yml +++ b/.github/actions/testmo/testmo-threads-submit/action.yml @@ -67,7 +67,7 @@ runs: shell: bash run: npm run qa:artifact-move-screenshots - name: Upload reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: combined-report diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 059ff689fc1..34de96d57d2 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -300,7 +300,7 @@ jobs: run: npx playwright test --shard ${{ matrix.shard }} - name: Upload blob report to GitHub Actions Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: all-blob-reports @@ -330,7 +330,7 @@ jobs: run: npx playwright merge-reports --reporter html ./all-blob-reports - name: Upload HTML report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: html-report--attempt-${{ github.run_attempt }} path: playwright-report