since v6 is not supported downgrade to v4
Some checks failed
Build Slideshow App / build (amd64, .exe, windows) (push) Failing after 2m36s
Build Slideshow App / build (amd64, , linux) (push) Failing after 2m39s
Build Slideshow App / build (arm, 6, , linux) (push) Failing after 1m59s
Build Slideshow App / build (arm64, , linux) (push) Failing after 1m58s
Some checks failed
Build Slideshow App / build (amd64, .exe, windows) (push) Failing after 2m36s
Build Slideshow App / build (amd64, , linux) (push) Failing after 2m39s
Build Slideshow App / build (arm, 6, , linux) (push) Failing after 1m59s
Build Slideshow App / build (arm64, , linux) (push) Failing after 1m58s
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Ensure latest Go is installed in /data/go
|
- name: Ensure latest Go is installed in /data/go
|
||||||
run: |
|
run: |
|
||||||
@@ -85,7 +85,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
|
name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user