aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8a320821..56e34476 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78 run: 7z a build\testresults.zip @src\testresultfilelist.txt 78 run: 7z a build\testresults.zip @src\testresultfilelist.txt
79 79
80 - name: Save build 80 - name: Save build
81 uses: actions/upload-artifact@v3 81 uses: actions/upload-artifact@v4
82 with: 82 with:
83 name: artifacts 83 name: artifacts
84 path: build/artifacts/ 84 path: build/artifacts/
@@ -101,7 +101,7 @@ jobs:
101 # Do NOT publish logs on `master` branch as they may contain secrets in them. 101 # Do NOT publish logs on `master` branch as they may contain secrets in them.
102 - name: Save logs 102 - name: Save logs
103 if: github.ref != 'refs/heads/master' && always() 103 if: github.ref != 'refs/heads/master' && always()
104 uses: actions/upload-artifact@v3 104 uses: actions/upload-artifact@v4
105 with: 105 with:
106 name: logs_${{ github.run_id }} 106 name: logs_${{ github.run_id }}
107 path: build/logs/ 107 path: build/logs/