2 Commits

Author SHA1 Message Date
40b13a0661 Change upload v4 to v3
All checks were successful
Build Slideshow App / build (amd64, .exe, windows) (push) Successful in 2m2s
Build Slideshow App / build (amd64, , linux) (push) Successful in 2m16s
Build Slideshow App / build (arm, 6, , linux) (push) Successful in 1m50s
Build Slideshow App / build (arm64, , linux) (push) Successful in 1m45s
2026-01-17 15:10:58 +01:00
Adrian Zürcher
ff473d0e8d 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
2026-01-17 00:27:16 +01:00

View File

@@ -32,7 +32,7 @@ jobs:
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v6 uses: actions/checkout@v3
- 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@v3
with: with:
name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }} name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
path: | path: |