Skip to content

Commit af26210

Browse files
🔼 Update actions/upload-artifact action to v6
1 parent 6c1bc46 commit af26210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: go test -v -ldflags '-checklinkname=0' -tags tfogo_checklinkname0 ./...
5252

5353
- name: Upload Binaries
54-
uses: actions/upload-artifact@v5
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: shadowsocks-go-${{ github.sha }}-${{ matrix.os }}-${{ runner.arch }}
5757
path: shadowsocks-go*

.github/workflows/test_gotip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: gotip test -v -ldflags '-checklinkname=0' -tags tfogo_checklinkname0 ./...
4646

4747
- name: Upload Binaries
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: shadowsocks-go-${{ github.sha }}-${{ matrix.os }}-${{ runner.arch }}
5151
path: shadowsocks-go*

0 commit comments

Comments
 (0)