Skip to content

Commit a8b3438

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: daily
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '42 0 * * *' # daily at 00:42
5+
- cron: "42 0 * * *" # daily at 00:42
66
concurrency:
77
group: ${{ github.workflow }}
88
cancel-in-progress: true
@@ -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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy