Skip to content

Commit 41358a7

Browse files
authored
Merge pull request #47 from jakoch/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 404a149 + 0986d3e commit 41358a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)