Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
fi

- name: Upload TinyGo Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: tinygo-component-${{ matrix.os }}
path: |
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
# wasm-tools component wit bazel-bin/rust/file_ops_component_wasm.wasm
#
# - name: Upload Rust Artifacts
# uses: actions/upload-artifact@v4
# uses: actions/upload-artifact@v5
# with:
# name: rust-component-${{ matrix.os }}
# path: |
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
run: npm run build

- name: Upload documentation artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: documentation
path: docs-site/dist/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
# fi

- name: Upload Performance Results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: performance-results-${{ matrix.os }}
path: |
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
grep -E "(Maximum resident set size|User time|System time)" >> profile_results.md || echo "Detailed profiling data not available" >> profile_results.md

- name: Upload Profiling Results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: resource-profiling-results
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
ls -la sbom.*

- name: Upload SBOM Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: sbom-reports
path: |
Expand Down
Loading