diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96cf6c5d..c78aae51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Inspect directory after downloading artifacts run: ls -alFR - name: Create release and upload artifacts