Skip to content

Commit

Permalink
testing v4 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Sep 14, 2024
1 parent d4ae9b5 commit 21cc8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cantools convert ${{ github.workspace }}/PCAN_project/hytech.sym hytech.dbc
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dbcfile
path: hytech.dbc
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
asset_content_type: application/zip

- name: Upload hytech.dbc
uses: actions/upload-release-asset@v4
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 21cc8b6

Please sign in to comment.