Skip to content

Commit

Permalink
Merge branch 'master' into fix-sbom-ci-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Jan 6, 2025
2 parents a08ded7 + bf019f8 commit 03dcab1
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@v3
- uses: actions/upload-artifact@v4
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@v3
uses: actions/upload-artifact@v4
with:
name: anthias-api-schema
path: anthias-api-schema.json
Expand Down

0 comments on commit 03dcab1

Please sign in to comment.