Skip to content

Commit

Permalink
Update Breakage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 6, 2024
1 parent 543a9a7 commit bae98f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Breakage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2

# Install Julia
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: 1
arch: x64
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
print(io, "[![](https://img.shields.io/badge/$TAG-Fail-red)]($joburl)");
end;
end'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: pr
path: pr/
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
count=0
fi
done >> MSG
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: pr
path: pr/

0 comments on commit bae98f0

Please sign in to comment.