Skip to content

Commit

Permalink
Bump version for upload-artifact as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Feb 2, 2024
1 parent 7d48fa6 commit ad80e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
julia --project=docs -e 'using Pkg; Pkg.instantiate()'
julia --project=docs --color=yes docs/make.jl
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: docs
path: docs/build/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/singularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build-and-test-singularity:
runs-on: palace_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: singularityhub/install-singularity@main

Expand All @@ -42,7 +42,7 @@ jobs:
julia --project=test/examples -e 'using Pkg; Pkg.instantiate()'
julia --project=test/examples --color=yes test/examples/runtests.jl
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ env.CONTAINER_NAME }}
path: ${{ env.CONTAINER_NAME }}
Expand Down

0 comments on commit ad80e8c

Please sign in to comment.