We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e1f5e commit f2b87dbCopy full SHA for f2b87db
2 files changed
.github/workflows/dco-check.yml
@@ -48,7 +48,7 @@ jobs:
48
dco-check -v $args
49
touch result/success
50
- name: Upload result
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
52
if: always()
53
with:
54
name: result
.github/workflows/dco-report.yml
@@ -34,7 +34,7 @@ jobs:
34
if: ${{ github.event.workflow_run.event == 'pull_request' }}
35
steps:
36
- name: Download state
37
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
38
39
40
path: result
0 commit comments