Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload installer artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: GhostBackup-Windows-Installer
path: release/*.exe
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Upload backend coverage
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: backend-coverage-py${{ matrix.python-version }}
path: .coverage
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Upload frontend coverage
if: matrix.node-version == '22'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: frontend-coverage
path: src/coverage/
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
GHOSTBACKUP_API_PORT: "8765"

- name: Upload OpenAPI schema
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: openapi-schema
path: openapi.json
Expand Down
Loading