Skip to content

Commit 25a732e

Browse files
chore(deps): bump actions/upload-artifact in /.github/workflows (#732)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
1 parent bdcdd79 commit 25a732e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_duvet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash
2424
run: |
2525
make duvet
26-
- uses: actions/upload-artifact@v3
26+
- uses: actions/upload-artifact@v4
2727
if: always()
2828
with:
2929
name: specification_compliance_report

0 commit comments

Comments
 (0)