fixing docker cicd issue

This commit is contained in:
Adir Shitrit
2025-11-21 00:27:44 +02:00
parent 2db6543203
commit 1680095094

View File

@@ -161,7 +161,7 @@ jobs:
fi fi
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ghost-${{ matrix.target }} name: ghost-${{ matrix.target }}
path: ghost-${{ matrix.target }}.* path: ghost-${{ matrix.target }}.*
@@ -173,7 +173,7 @@ jobs:
if: github.event_name == 'release' if: github.event_name == 'release'
steps: steps:
- name: Download all artifacts - name: Download all artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
- name: Create release - name: Create release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1