Skip to content

Commit f6f2287

Browse files
committed
bump actions and ubuntu
1 parent fb742e8 commit f6f2287

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ on:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-latest
1616
outputs:
1717
version_number: ${{ steps.version_number.outputs.version_number }}
1818
steps:
1919
- name: Check out code into the Go module directory
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

2424
- name: Set up Go 1.26
25-
uses: actions/setup-go@v4
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version: "1.26.1"
2828
id: go
@@ -38,7 +38,7 @@ jobs:
3838
run: make prepare build archive
3939

4040
- name: "Upload binary archive"
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v7
4242
with:
4343
name: hamlibplugin-archive
4444
path: ./com.thecodingflow.hamlibplugin.zip

0 commit comments

Comments
 (0)