diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c954c12..7b7c23e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -395,7 +395,7 @@ jobs: run: attw ${{ env.TARFILE }} - id: archive name: Archive production artifacts - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.3.1 with: name: ${{ env.TARFILE }} path: ${{ env.TARFILE }}