mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-04-21 17:45:43 +02:00
chore(deps): Update GitHub Artifact Actions (#150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -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-*
|
||||
|
||||
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user