Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent eeb903a commit 893f175
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/clingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
spack python clingo/scripts/install_clingo.py
mkdir -p binary-mirror
spack buildcache push --unsigned --force $PWD/binary-mirror clingo-bootstrap
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: clingo_binary_mirror
path: binary-mirror
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
spack python clingo/scripts/install_clingo.py
mkdir -p binary-mirror
spack buildcache push --unsigned --force $PWD/binary-mirror clingo-bootstrap
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: clingo_binary_mirror
path: binary-mirror
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
. ./clingo/scripts/copy_mirror_manylinux2014.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: clingo_binary_mirror
path: |
Expand All @@ -172,7 +172,7 @@ jobs:
- run: |
pip install ruamel.yaml
python clingo/scripts/clingo_json.py
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: clingo_manifest
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gnupg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Inject flags to have compatibility with MacOSX version 10.13 or higher
spack install gnupg cflags="-mmacosx-version-min=10.13" target=${{ matrix.runner[1] }}
spack buildcache push --unsigned --force $PWD/binary-mirror gnupg
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gnupg_binary_mirror
path: binary-mirror
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
. ./gnupg/scripts/copy_mirror_manylinux2014.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gnupg_binary_mirror
path: |
Expand All @@ -129,7 +129,7 @@ jobs:
git clone https://github.com/spack/spack.git spack-src
. spack-src/share/spack/setup-env.sh
spack python gnupg/scripts/gnupg_json.py
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gnupg_manifest
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patchelf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
. ./patchelf/scripts/copy_mirror_manylinux2014.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: patchelf_binary_mirror
path: |
Expand All @@ -89,7 +89,7 @@ jobs:
- run: |
pip install ruamel.yaml
python patchelf/scripts/patchelf_json.py
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: patchelf_manifest
path: |
Expand Down

0 comments on commit 893f175

Please sign in to comment.