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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-04 15:28:42 +01:00
committed by GitHub
parent 2b2aab20d4
commit 75c7df898f
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@v5
uses: actions/upload-artifact@v7
with:
name: code-coverage
path: "coverage.txt"
@@ -122,7 +122,7 @@ jobs:
run: make build-fanunit
- name: Archive FanUnit Firmware
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: fanunit.uf2
path: "fanunit.uf2"
@@ -159,7 +159,7 @@ jobs:
# Download FanUnit Firmware
- name: Download fanunit firmware
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
pattern: fanunit.uf2
@@ -173,7 +173,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload build artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
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@v5
uses: actions/upload-artifact@v7
with:
name: code-coverage
path: "coverage.txt"
@@ -83,7 +83,7 @@ jobs:
run: make build-fanunit
- name: Archive FanUnit Firmware
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: fanunit.uf2
path: "fanunit.uf2"
@@ -131,7 +131,7 @@ jobs:
# Download FanUnit Firmware
- name: Download fanunit firmware
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
with:
pattern: fanunit.uf2