Skip to content

Commit 6d37d79

Browse files
Bump actions/download-artifact from 7 to 8 (#59)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2164b5c commit 6d37d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
5252
- uses: actions/checkout@v6
5353
- name: Download all workflow run artifacts
54-
uses: actions/download-artifact@v7
54+
uses: actions/download-artifact@v8
5555
- uses: julia-actions/setup-julia@latest
5656
with:
5757
version: '1'

0 commit comments

Comments
 (0)