Skip to content

Commit

Permalink
GitHub Actions: fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtamm committed Feb 27, 2024
1 parent 23a0c9a commit 7d3eebe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: go build -v ./

- name: Store funnel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: funnelBin
path: funnel
Expand All @@ -60,9 +60,11 @@ jobs:
uses: actions/checkout@v4

- name: Download funnel bin
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: funnelBin
- name: Display structure of downloaded files
run: ls -R
- name: MongoTest
run: |
chmod +x funnel
Expand All @@ -78,7 +80,7 @@ jobs:
uses: actions/checkout@v4

- name: Download funnel bin
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: funnelBin
- name: Badger Test
Expand Down

0 comments on commit 7d3eebe

Please sign in to comment.