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/inform-pages-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
python ./scripts/ci/docs/append-file-docs.py

- name: Upload Docs Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: opengoal-docs
if-no-files-found: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strip ./build/lsp/lsp

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ inputs.uploadArtifacts }}
with:
name: opengoal-linux-${{ inputs.cachePrefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-build-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strip ./build/lsp/lsp

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ inputs.uploadArtifacts }}
with:
name: opengoal-macos-arm-${{ inputs.cachePrefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
strip ./build/lsp/lsp

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ inputs.uploadArtifacts }}
with:
name: opengoal-macos-${{ inputs.cachePrefix }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/mod-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
7z a -tzip ${{ inputs.outputDir }}/dist/windows-${TAG_VAL}.zip ./ci-artifacts/windows/*

- name: Upload Bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: windows
if-no-files-found: error
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
popd

- name: Upload Bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: linux
if-no-files-found: error
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
popd

- name: Upload Bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: macos-intel
if-no-files-found: error
Expand All @@ -305,7 +305,7 @@ jobs:
run: python ./.github/scripts/create-mod-release/bundle-windows.py

- name: Upload Bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: windows
if-no-files-found: error
Expand All @@ -329,7 +329,7 @@ jobs:
run: python ./.github/scripts/create-mod-release/bundle-linux.py

- name: Upload Bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: linux
if-no-files-found: error
Expand All @@ -353,7 +353,7 @@ jobs:
run: python ./.github/scripts/create-mod-release/bundle-macos.py

- name: Upload Bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: macos-intel
if-no-files-found: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# run: ./build/bin/goalc-test.exe --gtest_color=yes --gtest_brief=0 --gtest_filter="-*MANUAL_TEST*"

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ inputs.uploadArtifacts }}
with:
name: opengoal-windows-${{ inputs.cachePrefix }}
Expand Down