Skip to content

Commit d591777

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c50d14b commit d591777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/SnoopCompile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- uses: actions/checkout@v2
7575
- name: Download all
76-
uses: actions/download-artifact@v2
76+
uses: actions/download-artifact@v4.1.7
7777

7878
- name: CompileBot postprocess
7979
run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", rev = "master") );

0 commit comments

Comments
 (0)