diff --git a/.github/workflows/check-deploy.yml b/.github/workflows/check-deploy.yml index cf5a4a3..302ac60 100644 --- a/.github/workflows/check-deploy.yml +++ b/.github/workflows/check-deploy.yml @@ -23,7 +23,7 @@ jobs: env: WLE_CREDENTIALS: ${{ secrets.WLE_CREDENTIALS }} - name: Upload WLE build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wle-build-artifacts path: tests/wonderland/deploy/ @@ -38,7 +38,7 @@ jobs: chmod +x scripts/deploy.sh scripts/build.sh - name: Download WLE build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: wle-build-artifacts path: tests/wonderland/deploy/ diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index c374287..ed912f0 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -21,7 +21,7 @@ jobs: env: WLE_CREDENTIALS: ${{ secrets.WLE_CREDENTIALS }} - name: Upload WLE build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wle-build-artifacts path: tests/wonderland/deploy/ @@ -36,7 +36,7 @@ jobs: chmod +x scripts/deploy.sh scripts/build.sh - name: Download WLE build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: wle-build-artifacts path: tests/wonderland/deploy/