We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3800955 commit 49ee37cCopy full SHA for 49ee37c
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: '1.24'
20
21
- name: Cache Go modules
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
with:
24
path: ~/go/pkg/mod
25
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -75,7 +75,7 @@ jobs:
75
fi
76
77
- name: Upload build artifacts
78
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
79
80
name: dtree-${{ matrix.goos }}-${{ matrix.goarch }}
81
path: dtree-*
0 commit comments