Skip to content

Commit

Permalink
Update deprecated GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Sep 24, 2024
1 parent 1904721 commit 0cc839e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compliance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: make build

- name: Store funnel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: funnelBin
path: funnel
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: funnelBin

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nextflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: make build

- name: Store Funnel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: funnelBin
path: funnel
Expand All @@ -29,7 +29,7 @@ jobs:
needs: build
steps:
- name: Download Funnel
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: funnelBin
path: funnel
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: make build

- name: Store funnel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: funnelBin
path: funnel
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v2

- name: Download funnel bin
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: funnelBin

Expand All @@ -106,7 +106,7 @@ jobs:
uses: actions/checkout@v2

- name: Download funnel bin
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: funnelBin
- name: Badger Test
Expand All @@ -126,7 +126,7 @@ jobs:
uses: actions/checkout@v2

- name: Download funnel bin
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: funnelBin

Expand All @@ -147,7 +147,7 @@ jobs:
uses: actions/checkout@v2

- name: Download funnel bin
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: funnelBin

Expand Down

0 comments on commit 0cc839e

Please sign in to comment.