diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95ba0d3..dfc440c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: tar -czf release-${{ env.RELEASE_VERSION }}.tar.gz microservices - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: release-${{ env.RELEASE_VERSION }} path: release-${{ env.RELEASE_VERSION }}.tar.gz