chore(deps): Update GitHub Artifact Actions (#112)

This commit is contained in:
renovate[bot]
2025-11-26 08:38:32 +00:00
committed by GitHub
parent 940b8851f3
commit da33d0767a
2 changed files with 7 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ jobs:
run: go test -cover -coverprofile=coverage.txt ./...
- name: Archive code coverage results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: code-coverage
path: "coverage.txt"
@@ -122,7 +122,7 @@ jobs:
run: make build-fanunit
- name: Archive FanUnit Firmware
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: fanunit.uf2
path: "fanunit.uf2"
@@ -159,7 +159,7 @@ jobs:
# Download FanUnit Firmware
- name: Download fanunit firmware
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
pattern: fanunit.uf2
@@ -173,7 +173,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: compute-blade-agent
path: dist/*-SNAPSHOT-*

View File

@@ -28,7 +28,7 @@ jobs:
run: go test -cover -coverprofile=coverage.txt ./...
- name: Archive code coverage results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: code-coverage
path: "coverage.txt"
@@ -83,7 +83,7 @@ jobs:
run: make build-fanunit
- name: Archive FanUnit Firmware
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: fanunit.uf2
path: "fanunit.uf2"
@@ -131,7 +131,7 @@ jobs:
# Download FanUnit Firmware
- name: Download fanunit firmware
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
pattern: fanunit.uf2