Skip to content

Commit 62d105a

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 140371e commit 62d105a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
go build -ldflags="-s -w -X github.com/dirathea/sstart/internal/cli.version=snapshot -X github.com/dirathea/sstart/internal/cli.commit=${{ github.sha }} -X github.com/dirathea/sstart/internal/cli.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" -o sstart${{ matrix.goos == 'windows' && '.exe' || '' }} ./cmd/sstart
9494
9595
- name: Upload artifact
96-
uses: actions/upload-artifact@v6
96+
uses: actions/upload-artifact@v7
9797
with:
9898
name: sstart-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.goos == 'windows' && '.exe' || '' }}
9999
path: sstart${{ matrix.goos == 'windows' && '.exe' || '' }}

.github/workflows/edge-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
tar -tzf "release/${ARCHIVE_NAME}.tar.gz" | head -10
168168
169169
- name: Upload build artifacts
170-
uses: actions/upload-artifact@v6
170+
uses: actions/upload-artifact@v7
171171
with:
172172
name: release-${{ matrix.build_id }}
173173
path: release/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
tar -tzf "release/${ARCHIVE_NAME}.tar.gz" | head -10
117117
118118
- name: Upload build artifacts
119-
uses: actions/upload-artifact@v6
119+
uses: actions/upload-artifact@v7
120120
with:
121121
name: release-${{ matrix.build_id }}
122122
path: release/*

0 commit comments

Comments
 (0)