Skip to content

Commit f2b87db

Browse files
committed
workflows: bump artifact actions
No breaking changes. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent 00e1f5e commit f2b87db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dco-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
dco-check -v $args
4949
touch result/success
5050
- name: Upload result
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
if: always()
5353
with:
5454
name: result

.github/workflows/dco-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ github.event.workflow_run.event == 'pull_request' }}
3535
steps:
3636
- name: Download state
37-
uses: actions/download-artifact@v5
37+
uses: actions/download-artifact@v6
3838
with:
3939
name: result
4040
path: result

0 commit comments

Comments
 (0)