Browse Source

Update version of upload-artifacts again

tags/v0.3.29
Martin Kroeker GitHub 11 months ago
parent
commit
87a18154ce
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/nightly-Homebrew-build.yml

+ 1
- 1
.github/workflows/nightly-Homebrew-build.yml View File

@@ -69,7 +69,7 @@ jobs:
mv *.bottle.tar.gz bottles mv *.bottle.tar.gz bottles


- name: Upload bottle - name: Upload bottle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with: with:
name: openblas--HEAD.catalina.bottle.tar.gz name: openblas--HEAD.catalina.bottle.tar.gz
path: bottles path: bottles


Loading…
Cancel
Save