diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80672e3..a964b3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: shell: pwsh - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: pommel-${{ matrix.suffix }} path: dist/pommel-*.${{ matrix.archive_ext }}