Update GitHub Actions workflows to use updated artifact upload and download actions
Some checks failed
Go Build Multi-Platform / build (amd64, freebsd) (push) Successful in 1m5s
Go Build Multi-Platform / build (amd64, linux) (push) Successful in 50s
Go Build Multi-Platform / build (amd64, darwin) (push) Successful in 1m7s
Go Build Multi-Platform / build (amd64, windows) (push) Successful in 40s
Go Build Multi-Platform / build (arm, windows) (push) Successful in 38s
Go Build Multi-Platform / build (arm, freebsd) (push) Successful in 42s
Go Build Multi-Platform / build (arm64, darwin) (push) Successful in 36s
Go Build Multi-Platform / build (arm, linux) (push) Successful in 40s
Go Build Multi-Platform / build (arm64, freebsd) (push) Successful in 34s
Go Build Multi-Platform / build (arm64, linux) (push) Successful in 37s
CodeQL Advanced / Analyze (go) (autobuild, go) (push) Failing after 35s
Go Build Multi-Platform / build (arm64, windows) (push) Successful in 37s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 57s
Go Revive Lint / lint (push) Successful in 54s
Run Gosec / tests (push) Successful in 59s
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 1m22s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Test Multi-Platform / Test (macos-latest, amd64) (push) Has been cancelled
Go Test Multi-Platform / Test (windows-latest, amd64) (push) Has been cancelled
Go Test Multi-Platform / Test (macos-latest, arm64) (push) Has been cancelled

This commit is contained in:
2025-12-20 19:22:38 -06:00
parent ea5c9147da
commit 06ac57c677
3 changed files with 3 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ jobs:
echo "Calculated SHA256 for ${output_name}" echo "Calculated SHA256 for ${output_name}"
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5
with: with:
name: reticulum-go-${{ matrix.goos }}-${{ matrix.goarch }} name: reticulum-go-${{ matrix.goos }}-${{ matrix.goarch }}
path: reticulum-go-${{ matrix.goos }}-${{ matrix.goarch }}* path: reticulum-go-${{ matrix.goos }}-${{ matrix.goarch }}*
@@ -74,7 +74,7 @@ jobs:
steps: steps:
- name: Download All Build Artifacts - name: Download All Build Artifacts
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with: with:
path: ./release-assets path: ./release-assets

View File

@@ -58,7 +58,7 @@ jobs:
fi fi
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5
with: with:
name: ${{ matrix.name }} name: ${{ matrix.name }}
path: bin/${{ matrix.output }}* path: bin/${{ matrix.output }}*

View File

@@ -37,4 +37,3 @@ release:
snapshot: snapshot:
name_template: snapshot name_template: snapshot