Skip to content

Commit

Permalink
[workflows] Use github upload artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Apr 11, 2023
1 parent 0c9db1b commit 45158e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
tar cfz ${{ matrix.config.artifact }} build
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ${{ matrix.config.artifact }}
name: ${{ matrix.config.artifact }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
7z a -tzip ${{ matrix.config.artifact }} build/*
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ${{ matrix.config.artifact }}
name: ${{ matrix.config.artifact }}
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
tar cfz documentation.tar.xz build/html/*
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/documentation/documentation.tar.xz
name: documentation.tar.xz

0 comments on commit 45158e8

Please sign in to comment.