Skip to content

Commit

Permalink
Merge pull request #53 from nixys/fix/gh-actions
Browse files Browse the repository at this point in the history
build: Fix GH actions
  • Loading branch information
borisershov authored Oct 30, 2024
2 parents d145db2 + 8bf1871 commit bc37adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Building ${{ matrix.TARGET }}
run: echo "${{ matrix.TARGET }}"

- uses: actions/checkout@master
- uses: actions/checkout@v4

- uses: actions/setup-go@v3
name: Set up Go
Expand All @@ -46,7 +46,7 @@ jobs:
./LICENSE
outPath: nxs-data-anonymizer-${{ matrix.TARGET }}.tar.gz

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nxs-data-anonymizer-${{ matrix.TARGET }}.tar.gz
path: nxs-data-anonymizer-${{ matrix.TARGET }}.tar.gz
Expand All @@ -65,7 +65,7 @@ jobs:
environment: secure
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get version
id: get_version
Expand Down

0 comments on commit bc37adc

Please sign in to comment.