We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee8c72 commit b820356Copy full SHA for b820356
1 file changed
.github/actions/build-library-and-upload/action.yml
@@ -68,15 +68,15 @@ runs:
68
if: runner.os == 'Windows'
69
70
- name: Upload artifact
71
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
72
with:
73
name: ${{ steps.get-folder-name-unix.outputs.folder-name }}
74
path: ${{ steps.create-zip-unix.outputs.artifact-path }}
75
if-no-files-found: error
76
if: runner.os != 'Windows'
77
78
- name: Upload artifact (Windows)
79
80
81
name: ${{ steps.get-folder-name-windows.outputs.folder-name }}-${{ inputs.build-type }}
82
path: ${{ steps.create-zip-windows.outputs.artifact-path }}
0 commit comments