Skip to content

Commit 66d165b

Browse files
committed
ci: compliance: Use upload-artifact action v3
This commit updates the "Create a release" workflow to use a specific upload-artifact action version, v3, instead of the latest master branch in order to prevent any potential breakages due to the newer commits. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 062133b commit 66d165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
args: spdx -o zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
2424

2525
- name: upload-results
26-
uses: actions/upload-artifact@master
26+
uses: actions/upload-artifact@v3
2727
continue-on-error: True
2828
with:
2929
name: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx

0 commit comments

Comments
 (0)