File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,14 +148,14 @@ jobs:
148148 # This enables the "Unit Test Result" display to show all individual test runs of the matrix.
149149 # The tests are published after all matrix runs finished (from job: "publish-test-results").
150150 - name : 🔼 Upload Test Results
151- uses : actions/upload-artifact@v5 # https://github.com/actions/upload-artifact
151+ uses : actions/upload-artifact@v6 # https://github.com/actions/upload-artifact
152152 if : always()
153153 with :
154154 name : test-results
155155 path : build\tests\test_results_*.xml
156156
157157 - name : 🔼 Upload Build Artifact -> csgo_cli
158- uses : actions/upload-artifact@v5 # https://github.com/actions/upload-artifact
158+ uses : actions/upload-artifact@v6 # https://github.com/actions/upload-artifact
159159 with :
160160 name : csgo_cli-${{ env.VCPKG_TARGET_TRIPLET }}-${{ env.COMPILER }}
161161 path : ${{ github.workspace }}/install/bin/
You can’t perform that action at this time.
0 commit comments