Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Sep 10, 2024
1 parent 090a9df commit e84b3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Repack-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:

- name: checkout code for release
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: "Check file existence"
uses: andstor/file-existence-action@v1
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Upload artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: HDL-INST
path: |
Expand Down

0 comments on commit e84b3f3

Please sign in to comment.