diff --git a/.github/workflows/01-test.yml b/.github/workflows/01-test.yml index 04c064c..427fc4e 100644 --- a/.github/workflows/01-test.yml +++ b/.github/workflows/01-test.yml @@ -75,7 +75,7 @@ jobs: - name: "Upload Test Reports" if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: shopsmart-test-reports path: | diff --git a/.github/workflows/rubric-deployment.yml b/.github/workflows/rubric-deployment.yml index 1f27150..7431b59 100644 --- a/.github/workflows/rubric-deployment.yml +++ b/.github/workflows/rubric-deployment.yml @@ -57,7 +57,7 @@ jobs: - name: Upload Test Reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: shopsmart-test-reports path: |