diff --git a/.github/workflows/msal-angular-e2e.yml b/.github/workflows/msal-angular-e2e.yml index 20aec615f9..5825d12527 100644 --- a/.github/workflows/msal-angular-e2e.yml +++ b/.github/workflows/msal-angular-e2e.yml @@ -72,7 +72,7 @@ jobs: run: npm run e2e - name: Upload E2E Test Screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: e2e-test-screenshots diff --git a/.github/workflows/msal-browser-e2e.yml b/.github/workflows/msal-browser-e2e.yml index c8d5c98cc1..7d2f643aab 100644 --- a/.github/workflows/msal-browser-e2e.yml +++ b/.github/workflows/msal-browser-e2e.yml @@ -68,7 +68,7 @@ jobs: run: npm run test:e2e -- --sample=${{ matrix.sample }} - name: Upload E2E Test Screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: e2e-test-screenshots diff --git a/.github/workflows/msal-node-e2e.yml b/.github/workflows/msal-node-e2e.yml index a1454b53fe..490020c2ba 100644 --- a/.github/workflows/msal-node-e2e.yml +++ b/.github/workflows/msal-node-e2e.yml @@ -76,7 +76,7 @@ jobs: run: npm test - name: Upload E2E Test Screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: e2e-test-screenshots @@ -130,7 +130,7 @@ jobs: run: npm test - name: Upload E2E Test Screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: e2e-test-screenshots diff --git a/.github/workflows/msal-react-e2e.yml b/.github/workflows/msal-react-e2e.yml index f59e968a8e..c003f9033d 100644 --- a/.github/workflows/msal-react-e2e.yml +++ b/.github/workflows/msal-react-e2e.yml @@ -73,7 +73,7 @@ jobs: run: npm test - name: Upload E2E Test Screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: e2e-test-screenshots