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-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: make html

- name: Upload html artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: opendylan-doc-html
path: documentation/build/html/
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: "Build with batteries"
run: ./build/unix/release-with-batteries.sh

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: opendylan-release-tarball
# The - in the path is to omit the opendylan.tar.bz2 symlink.
Expand Down
Loading