Skip to content

Commit 3985682

Browse files
Danielius1922Daniel Adam
authored andcommitted
Update GitHub actions
actions/upload-artifact: v3 -> v4 golangci/golangci-lint-action: v3 -> v4 goreleaser/goreleaser-action: v4 -> v5
1 parent 5d3732f commit 3985682

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/buildTestBinaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
echo "ui_file=$(pwd)/.tmp/ui.tar.gz" >> $GITHUB_OUTPUT
4242
4343
- name: Build client
44-
uses: goreleaser/goreleaser-action@v4
44+
uses: goreleaser/goreleaser-action@v5
4545
with:
4646
# version of goreleaser which will be used
4747
version: latest
48-
args: release --rm-dist --skip-publish --skip-announce
48+
args: release --clean --skip=validate --skip=publish
4949
env:
5050
UI_SEPARATOR: "--------UI--------"
5151
UI_FILE: ${{ steps.vars.outputs.ui_file }}

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
check-latest: true
2828
- run: go version
2929
- name: golangci-lint
30-
uses: golangci/golangci-lint-action@v3
30+
uses: golangci/golangci-lint-action@v4
3131
with:
3232
version: latest
3333
args: --timeout=5m

web/playwright/.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: npx playwright install --with-deps
2020
- name: Run Playwright tests
2121
run: npx playwright test
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
if: always()
2424
with:
2525
name: playwright-report

0 commit comments

Comments
 (0)