Skip to content

Commit

Permalink
Merge pull request #51 from PumasAI/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4.4.0

Bump actions/upload-artifact from 4.3.4 to 4.4.0
  • Loading branch information
MichaelHatherly committed Sep 20, 2024
2 parents 7c5e6dc + 4c17bbd commit 81c3db1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
- uses: julia-actions/cache@8608484607cba0bdb5437a7bad85d6502499d029 # v2.0.4
- uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c # v1.6.0
- uses: julia-actions/julia-runtest@d0c4f093badade621cd041bba567d1e832480ac2 # v1.10.0
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: bundle-${{ matrix.os }}
path: test/build/LocalCustomRegistry
include-hidden-files: true

isolated-tests:
needs: [test]
Expand Down

0 comments on commit 81c3db1

Please sign in to comment.