Skip to content

Commit

Permalink
unfuck actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Jul 15, 2024
1 parent 56091e0 commit 73492d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_linux:
name: CI for Linux
runs-on: ubuntu-latest
container: ubuntu:16.04
container: ubuntu:18.04
steps:
- name: Install dependencies for Linux
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
gh_ed25519_iv: ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
run: TRAVIS_OS_NAME=linux travis/upload.sh
- name: Upload linux plugin descriptors
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plug-descr-linux
path: temp/output/x86_64/*.descr
Expand Down

0 comments on commit 73492d5

Please sign in to comment.