Skip to content

Commit

Permalink
Updating build and release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnupn04 committed Sep 12, 2024
1 parent eb3c41e commit 5a05b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker cp ansika:/code/executor.bin /tmp/executor.bin
- name: Store artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: executor.bin
path: /tmp/executor.bin
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact from Build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: executor.bin
path: /tmp
Expand Down

0 comments on commit 5a05b03

Please sign in to comment.