Skip to content

Commit

Permalink
ci: Update GHA with new artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Feb 14, 2025
1 parent f6a161e commit f9d97dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Build
run: go build -o bin/apppack
-
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: apppack
path: bin
Expand All @@ -50,7 +50,7 @@ jobs:
needs: ["init"]
steps:
-
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: apppack
path: bin
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
needs: ["init"]
steps:
-
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: apppack
path: bin
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
needs: ["init"]
steps:
-
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: apppack
path: bin
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
needs: ["init"]
steps:
-
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: apppack
path: bin
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
name: Checkout
uses: actions/checkout@v3
-
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: apppack
path: bin
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- redis
steps:
-
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: apppack
path: bin
Expand Down

0 comments on commit f9d97dd

Please sign in to comment.