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/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: SARIF file
path: results.sarif
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: API-Uniform-Contract
ref: main
# FIXME set to `production`
- uses: actions/upload-artifact@v4.6.2
- uses: actions/upload-artifact@v5.0.0
with:
name: all-service-flat
path: API-Uniform-Contract/all/1/
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
ls -l ${{ env.go_module }}/*
- name: Upload extensions
if: ${{ env.EXTENSIONS_EXISTS == 'true' }}
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v5.0.0
with:
name: extensions
path: extensions/
Expand Down
1 change: 1 addition & 0 deletions changes/20251027092410.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: upload-artifact-5.0.0
Loading