Skip to content

Commit c9f9665

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb37218 commit c9f9665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,19 @@ jobs:
120120
- name: Print ccache stats
121121
run: ccache -s
122122
- name: Upload the ebmc binary
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v5
124124
with:
125125
name: ebmc-binary
126126
retention-days: 5
127127
path: src/ebmc/ebmc
128128
- name: Upload the hw-cbmc binary
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v5
130130
with:
131131
name: hw-cbmc-binary
132132
retention-days: 5
133133
path: src/hw-cbmc/hw-cbmc
134134
- name: Upload the vlindex binary
135-
uses: actions/upload-artifact@v4
135+
uses: actions/upload-artifact@v5
136136
with:
137137
name: vlindex-binary
138138
retention-days: 5

0 commit comments

Comments
 (0)