Skip to content

Commit 9fbc1f4

Browse files
committed
change: Updated upload-artifact action to v4 in release.yml
1 parent 47c7c62 commit 9fbc1f4

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
@@ -83,7 +83,7 @@ jobs:
8383
ls -la
8484
8585
- name: Upload build artifacts
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: examples-${{ github.ref_name }}
8989
path: build/examples-${{ github.ref_name }}.tar.gz

0 commit comments

Comments
 (0)