diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc963ead..d95efe75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,19 +42,19 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish JARs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: JARs path: target/*.jar - name: Publish designer (tar) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: designer.tar path: dist/designer.tar - name: Publish designer (zip) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: designer.zip path: dist/designer.zip @@ -76,11 +76,11 @@ jobs: needs: build if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: designer.tar path: . - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: designer.zip path: . @@ -115,7 +115,7 @@ jobs: echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT echo "push=${{ (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') && github.repository_owner == 'vlingo' }}" >> $GITHUB_OUTPUT - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: designer.tar path: dist/