Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson committed Sep 24, 2024
1 parent 2c7efa2 commit 478c34a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
dagger-flags: "--progress=plain"

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: archives
path: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

steps:
- name: Download-Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: archives
path: ./build_artifacts
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

steps:
- name: Download-Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: archives
path: ./build_artifacts
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download-Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: archives
path: ./build_artifacts
Expand Down

0 comments on commit 478c34a

Please sign in to comment.