Skip to content

Commit

Permalink
Revert "chore(ci): bump actions/upload-artifact to v4 (#2186)" (#…
Browse files Browse the repository at this point in the history
…2193)

This reverts commit bf019f8.
  • Loading branch information
nicomiguelino authored Jan 7, 2025
1 parent bf019f8 commit 0906f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
docker exec -it qt-builder /webview/build_qt5.sh
docker rm -f qt-builder
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: Release files
path: ~/tmp/qt-build/
2 changes: 1 addition & 1 deletion .github/workflows/generate-openapi-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
--file anthias-api-schema.json
- name: Upload the OpenAPI Schema
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: anthias-api-schema
path: anthias-api-schema.json
Expand Down

0 comments on commit 0906f82

Please sign in to comment.