[READ-ONLY] Mirror of https://github.com/jackmawer/jackmawer. Hi, I'm Jack, a Computer Science student from the UK.
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
(Sep 3, 2024, 10:19 PM UTC) dc52898f 20899eb2

+1 -1
+1 -1
.github/workflows/main.yml
··· 25 25 default-background: false 26 26 styles: "['body {background: none}']" 27 27 - name: Download screenshot from job 28 - uses: actions/download-artifact@v3 28 + uses: actions/download-artifact@v4.1.7 29 29 with: 30 30 name: index 31 31 path: ./img