diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 7e2e1d3e..b4febef6 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -50,7 +50,7 @@ jobs: run: make test-e2e - name: Archive artifacts if: always() - uses: actions/upload-artifact@v4.3.2 + uses: actions/upload-artifact@v4.3.6 with: name: e2e-artifacts path: _artifacts diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 688eef79..dfdc923b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -45,7 +45,7 @@ jobs: run: make test-e2e - name: Archive artifacts if: always() - uses: actions/upload-artifact@v4.3.2 + uses: actions/upload-artifact@v4.3.6 with: name: e2e-artifacts path: _artifacts