Skip to content

Commit 4180816

Browse files
committed
bump upload-artifact
1 parent c7909b6 commit 4180816

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
go-version-file: ./go.mod
4444
- run: ./ci/test.sh
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: coverage.html
4848
path: ./ci/out/coverage.html

.github/workflows/daily.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version-file: ./go.mod
3232
- run: AUTOBAHN=1 ./ci/test.sh
33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: coverage.html
3636
path: ./ci/out/coverage.html
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
go-version-file: ./go.mod
6262
- run: AUTOBAHN=1 ./ci/test.sh
63-
- uses: actions/upload-artifact@v3
63+
- uses: actions/upload-artifact@v4
6464
with:
6565
name: coverage-dev.html
6666
path: ./ci/out/coverage.html

0 commit comments

Comments
 (0)