We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb742e8 commit f6f2287Copy full SHA for f6f2287
1 file changed
.github/workflows/ci.yml
@@ -12,17 +12,17 @@ on:
12
jobs:
13
build:
14
name: Build
15
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
16
outputs:
17
version_number: ${{ steps.version_number.outputs.version_number }}
18
steps:
19
- name: Check out code into the Go module directory
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
21
with:
22
fetch-depth: 0
23
24
- name: Set up Go 1.26
25
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v6
26
27
go-version: "1.26.1"
28
id: go
@@ -38,7 +38,7 @@ jobs:
38
run: make prepare build archive
39
40
- name: "Upload binary archive"
41
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
42
43
name: hamlibplugin-archive
44
path: ./com.thecodingflow.hamlibplugin.zip
0 commit comments