diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e6f0e29..89b3b62f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: run: ./Build.all - name: Upload builds - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: # Artifact name name: builds @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download a Build Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: # Artifact name name: builds