We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8695f commit bfdc18fCopy full SHA for bfdc18f
.github/workflows/build_cmake.yml
@@ -149,7 +149,7 @@ jobs:
149
endif()
150
151
- name: Upload
152
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
153
with:
154
path: ./instdir
155
name: ${{ matrix.config.artifact }}
@@ -175,7 +175,7 @@ jobs:
175
run: |
176
echo "${{ steps.create_release.outputs.upload_url }}" > ./upload_url
177
178
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
179
180
path: ./upload_url
181
name: upload_url
0 commit comments