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
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

- name: Download a Coverage Results
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
uses: actions/download-artifact@v4.1.9
uses: actions/download-artifact@v4.3.0
with:
name: coverage

Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:

- name: Download Coverage Results
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
uses: actions/download-artifact@v4.1.9
uses: actions/download-artifact@v4.3.0
with:
name: coverage

Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download a Release Artifact
uses: actions/download-artifact@v4.1.9
uses: actions/download-artifact@v4.3.0
with:
name: release-${{ env.PKG_VERSION }}

Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
token: ${{ secrets.GH_INFRA_K8S_TOKEN }}
inputs: '{ "sourceDb":"datatracker" }'
wait-for-completion: true
wait-for-completion-timeout: 5m
wait-for-completion-timeout: 10m
wait-for-completion-interval: 20s
display-workflow-run-url: false

Expand Down
15 changes: 8 additions & 7 deletions dev/coverage-action/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/coverage-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"lodash": "4.17.21",
"luxon": "3.5.0"
"luxon": "3.6.1"
}
}
Loading