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