Skip to content

Commit

Permalink
gh workflow work
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy committed Sep 15, 2024
1 parent 5a5d6b6 commit db471e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
mv launcher/target/islisp islisp-linux
gh release upload nightly islisp-linux --clobber
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: islisp-linux
path: islisp-linux
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
environment: 'Docker hub'
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: islisp-linux
path: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
mv launcher/target/islisp islisp-linux
gh release upload ${{ github.ref_name }} islisp-linux --clobber
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: islisp-linux
path: islisp-linux
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
environment: 'Docker hub'
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: islisp-linux
path: .
Expand Down

0 comments on commit db471e9

Please sign in to comment.