Skip to content

Commit 84ecd5f

Browse files
authored
Merge pull request #2 from CraftedSignal/dependabot/github_actions/actions/upload-artifact-6
chore(ci): Bump actions/upload-artifact from 4 to 6
2 parents f3cef0f + 458d28c commit 84ecd5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
CGO_ENABLED: 0
6161

6262
- name: Upload artifact
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: csctl-${{ matrix.os }}-${{ matrix.arch }}
6666
path: csctl${{ matrix.os == 'windows-latest' && '.exe' || '' }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: go test -v -race -coverprofile=coverage.out ./...
3939

4040
- name: Upload coverage
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: coverage
4444
path: coverage.out

0 commit comments

Comments
 (0)