diff options
author | Rob Mensching <rob@firegiant.com> | 2024-07-15 13:04:52 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-07-15 13:05:10 -0700 |
commit | 71dff4c5d70b0be54a2ad0e77514cf001d3ccbf4 (patch) | |
tree | ab42ef94623cff5615df14fc46dd9b878e86d4ce | |
parent | 499282a445e21872c2c6f21b68eb7d3243914992 (diff) | |
download | wix-71dff4c5d70b0be54a2ad0e77514cf001d3ccbf4.tar.gz wix-71dff4c5d70b0be54a2ad0e77514cf001d3ccbf4.tar.bz2 wix-71dff4c5d70b0be54a2ad0e77514cf001d3ccbf4.zip |
Update deprecated GitHub action upload-artifacts
-rw-r--r-- | .github/workflows/build.yml | 4 |
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/ |