Skip to content

Commit 4285f14

Browse files
authored
Merge pull request #1920 from mkmccarty/mm-branch-1
🔧 build: Update GitHub Actions artifact upload to v4
2 parents 7b01ef8 + f9b4f3d commit 4285f14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ jobs:
8686
CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build -ldflags "-s -X github.com/mkmccarty/TokenTimeBoostBot/version.GitHash=$(git describe --tags --always --long --dirty)" -o output/freebsd/boostbot-$VERSION-freebsd-amd64
8787
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -X github.com/mkmccarty/TokenTimeBoostBot/version.GitHash=$(git describe --tags --always --long --dirty)" -o output/linux/boostbot-$VERSION-linux-amd64
8888
- name: Upload linux
89-
uses: actions/upload-artifact@main
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: boostbot-linux
9292
path: output/linux
9393
- name: Upload freebsd
94-
uses: actions/upload-artifact@main
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: boostbot-freebsd
9797
path: output/freebsd

0 commit comments

Comments
 (0)