diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 437885c..87fedb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Upload artifact on merge to master if: github.ref == 'refs/heads/master' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: medusa-${{ runner.os }} path: medusa.tar.gz