Skip to content

Commit

Permalink
Rollback upload artifact to @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Oct 3, 2024
1 parent 79219e7 commit 0a254b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: julia --color=yes --project -e 'import Pkg; Pkg.add(Pkg.PackageSpec(url="https://github.com/OpenModelica/Absyn.jl.git", rev="master")); Pkg.test("Absyn"); Pkg.test("OMParser")'

- name: upload library
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: parser-library
path: ${{github.workspace}}/${{matrix.sys.os}}-library.tar.gz

0 comments on commit 0a254b4

Please sign in to comment.