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
4 changes: 2 additions & 2 deletions .github/workflows/benchmark_fork_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
cargo bench > benchmark_results.log

- name: Upload Benchmark Results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: benchmark_results.log
path: ./benchmark_results.log

- name: Upload GitHub Pull Request Event
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: event.json
path: ${{ github.event_path }}
2 changes: 1 addition & 1 deletion .github/workflows/build-keystone-py-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
touch "${{ runner.temp }}/digests/${digest#sha256:}"

- name: Upload digest
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: digests-${{ env.PLATFORM_PAIR }}
path: ${{ runner.temp }}/digests/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: cargo run --bin keystone -- --dump-openapi yaml > openapi.yaml

- name: Upload OpenAPI spec
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: openapi.spec
path: openapi.yaml
4 changes: 2 additions & 2 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: just build-policy

- name: Upload built binaries
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: keystone
path: |
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT

- name: Upload report
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: loadtest-report
path: loadtest/reports/
Expand Down
Loading