Skip to content

Commit d7e6aca

Browse files
Bump actions/upload-artifact from 6 to 7 (#597)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75cbfc2 commit d7e6aca

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/go-100percent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
github-token: ${{ secrets.GITHUB_TOKEN }}
5757
- name: Archive Results
5858
if: ${{ always() }}
59-
uses: actions/upload-artifact@v6
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: regression-test-results-100percent-linux-amd64
6262
path: '*.dem.*.log

.github/workflows/go-anypercent.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
AAAAXY_BUILD_USE_VERSION_FILE: true
2727
GOTOOLCHAIN: local
2828
- name: Archive Binary
29-
uses: actions/upload-artifact@v6
29+
uses: actions/upload-artifact@v7
3030
with:
3131
name: aaaaxy-debug-linux-amd64
3232
path: 'aaaaxy
@@ -72,7 +72,7 @@ jobs:
7272
github-token: ${{ secrets.GITHUB_TOKEN }}
7373
- name: Archive Results
7474
if: ${{ always() }}
75-
uses: actions/upload-artifact@v6
75+
uses: actions/upload-artifact@v7
7676
with:
7777
name: regression-test-results-anypercent-linux-amd64
7878
path: 'assets/demos/*.dem.*.log
@@ -102,7 +102,7 @@ jobs:
102102
GOOS: windows
103103
GOTOOLCHAIN: local
104104
- name: Archive Binary
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7
106106
with:
107107
name: aaaaxy-debug-windows-amd64
108108
path: 'aaaaxy.exe
@@ -147,7 +147,7 @@ jobs:
147147
github-token: ${{ secrets.GITHUB_TOKEN }}
148148
- name: Archive Results
149149
if: ${{ always() }}
150-
uses: actions/upload-artifact@v6
150+
uses: actions/upload-artifact@v7
151151
with:
152152
name: regression-test-results-anypercent-windows-amd64
153153
path: 'assets/demos/*.dem.*.log
@@ -177,7 +177,7 @@ jobs:
177177
GOOS: windows
178178
GOTOOLCHAIN: local
179179
- name: Archive Binary
180-
uses: actions/upload-artifact@v6
180+
uses: actions/upload-artifact@v7
181181
with:
182182
name: aaaaxy-debug-windows-386
183183
path: 'aaaaxy.exe
@@ -226,7 +226,7 @@ jobs:
226226
github-token: ${{ secrets.GITHUB_TOKEN }}
227227
- name: Archive Results
228228
if: ${{ always() }}
229-
uses: actions/upload-artifact@v6
229+
uses: actions/upload-artifact@v7
230230
with:
231231
name: regression-test-results-anypercent-windows-386
232232
path: 'assets/demos/*.dem.*.log

.github/workflows/go-buildonly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GOOS: js
2727
GOTOOLCHAIN: local
2828
- name: Archive Binary
29-
uses: actions/upload-artifact@v6
29+
uses: actions/upload-artifact@v7
3030
with:
3131
name: aaaaxy-debug-wasm
3232
path: |
@@ -65,7 +65,7 @@ jobs:
6565
ADVZIP: ':'
6666
GOTOOLCHAIN: local
6767
- name: Archive Binary
68-
uses: actions/upload-artifact@v6
68+
uses: actions/upload-artifact@v7
6969
with:
7070
name: aaaaxy-debug-android-arm64
7171
path: |
@@ -87,7 +87,7 @@ jobs:
8787
GOTOOLCHAIN: local
8888
STRIP_NONDETERMINISM_GZIP: ':'
8989
- name: Archive Binary
90-
uses: actions/upload-artifact@v6
90+
uses: actions/upload-artifact@v7
9191
with:
9292
name: aaaaxy-debug-darwin-amd64
9393
path: |

.github/workflows/go-current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
- name: Archive Results
6060
if: ${{ always() }}
61-
uses: actions/upload-artifact@v6
61+
uses: actions/upload-artifact@v7
6262
with:
6363
name: regression-test-results-benchmark-linux-amd64
6464
path: 'assets/demos/*.dem.*.log

.github/workflows/go-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
to" "./aaaaxy -language=$language" assets/demos/benchmark.dem'
6464
- name: Archive Results
6565
if: ${{ always() }}
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: regression-test-results-benchmark-${{ matrix.language }}-linux-amd64
6969
path: |

0 commit comments

Comments
 (0)