Skip to content

Commit bfdc18f

Browse files
authored
Update from deprecated artefacts
1 parent fd8695f commit bfdc18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
endif()
150150
151151
- name: Upload
152-
uses: actions/upload-artifact@v1
152+
uses: actions/upload-artifact@v4
153153
with:
154154
path: ./instdir
155155
name: ${{ matrix.config.artifact }}
@@ -175,7 +175,7 @@ jobs:
175175
run: |
176176
echo "${{ steps.create_release.outputs.upload_url }}" > ./upload_url
177177
178-
- uses: actions/upload-artifact@v1
178+
- uses: actions/upload-artifact@v4
179179
with:
180180
path: ./upload_url
181181
name: upload_url

0 commit comments

Comments
 (0)