We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1bc46 commit af26210Copy full SHA for af26210
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
run: go test -v -ldflags '-checklinkname=0' -tags tfogo_checklinkname0 ./...
52
53
- name: Upload Binaries
54
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
55
with:
56
name: shadowsocks-go-${{ github.sha }}-${{ matrix.os }}-${{ runner.arch }}
57
path: shadowsocks-go*
.github/workflows/test_gotip.yml
@@ -45,7 +45,7 @@ jobs:
45
run: gotip test -v -ldflags '-checklinkname=0' -tags tfogo_checklinkname0 ./...
46
47
48
49
50
0 commit comments