Skip to content

Commit 940ed2f

Browse files
authored
chore: upgrade to upload-artifact@v4
1 parent 2befa64 commit 940ed2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Next version
2727
run: DRY_RUN=true npm run semantic-release -- --dry-run --no-ci
2828
- name: Archive Version
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: "VERSION"
3232
path: .VERSION
@@ -65,7 +65,7 @@ jobs:
6565
- name: Build ${{ matrix.version.NAME }}
6666
run: GOOS=${{ matrix.version.GOOS }} GOARCH=${{ matrix.version.GOARCH }} GOARM=${{ matrix.version.GOARM }} go build -o ${{ matrix.version.OUTPUT }} ./main.go
6767
- name: Archive production artifacts
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: "tsp-web"
7171
path: |

0 commit comments

Comments
 (0)