Skip to content

Commit 49ee37c

Browse files
committed
Fix CI workflow: update deprecated actions to latest versions
1 parent 3800955 commit 49ee37c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: '1.24'
2020

2121
- name: Cache Go modules
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/go/pkg/mod
2525
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -75,7 +75,7 @@ jobs:
7575
fi
7676
7777
- name: Upload build artifacts
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: dtree-${{ matrix.goos }}-${{ matrix.goarch }}
8181
path: dtree-*

0 commit comments

Comments
 (0)