Skip to content

Commit 28f858e

Browse files
committed
Update workflow to use upload-artifacts v4
Signed-off-by: eriknordmark <[email protected]>
1 parent 1fc780f commit 28f858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yetus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Store Yetus artifacts
3636
if: ${{ always() }}
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: 'yetus-scan'
4040
path: ${{ github.workspace }}/out

0 commit comments

Comments
 (0)