Skip to content

Commit c2e3b13

Browse files
committed
Update version of artifact upload used
1 parent 100a38c commit c2e3b13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ jobs:
9292
# sccache --stop-server || & { "ignore failure"; $global:LASTEXITCODE = 0 }
9393
9494
- name: Upload wxWidgets app to as GitHub Artifact
95-
uses: actions/upload-artifact@v3.1.1
95+
uses: actions/upload-artifact@v4
9696
if: runner.os == 'Windows'
9797
with:
9898
name: InterSpec_app_${{ runner.os }}_WebView_latest
9999
path: '${{runner.temp}}/build_${{ runner.os }}_wx_app/InterSpec_app_${{ runner.os }}_WebView_latest'
100100

101101
# - name: Upload sccache Artifact
102-
# uses: actions/upload-artifact@v3.1.1
102+
# uses: actions/upload-artifact@v4
103103
# if: runner.os == 'Windows'
104104
# with:
105105
# name: sccache_log

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if (Test-Path "Testing/Temporary/LastTest.log") { Copy-Item "Testing/Temporary/LastTest.log" -Destination TestLogs } else { echo "No LastTest.log avaialable" >> TestLogs/LastTest.log }
8282
8383
- name: Upload test logs as GitHub Artifact
84-
uses: actions/upload-artifact@v3.1.1
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: InterSpec_test_logs_${{ runner.os }}
8787
path: '${{runner.temp}}/build_tests/TestLogs'

0 commit comments

Comments
 (0)