diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index edcde53..a43cd5f 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -49,7 +49,7 @@ jobs: tar czvf ../../../${{ matrix.package }} spreet cd - - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.package }} path: ${{ matrix.package }}