Skip to content

Commit f41df2e

Browse files
committed
Upgrade download-artifact action from v3 to v4 in GitHub Actions workflow for enhanced performance.
1 parent 413f98a commit f41df2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: '1.21'
2525

2626
- name: Cache Go modules
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/go/pkg/mod
3030
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -57,7 +57,7 @@ jobs:
5757
go-version: '1.21'
5858

5959
- name: Cache Go modules
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: ~/go/pkg/mod
6363
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@v4
135135

136136
- name: Download artifacts
137-
uses: actions/download-artifact@v3
137+
uses: actions/download-artifact@v4
138138
with:
139139
name: tsflow-binaries
140140
path: ./binaries

0 commit comments

Comments
 (0)