Skip to content

Commit 7355f30

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#16)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a1eac1 commit 7355f30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/forty-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
aws-region: ${{ secrets.AWS_REGION }}
4343

4444
- name: Download PDF artifact
45-
uses: actions/download-artifact@v2
45+
uses: actions/download-artifact@v4.1.7
4646
with:
4747
name: slides-pdf
4848

.github/workflows/python-classes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
aws-region: ${{ secrets.AWS_REGION }}
5454

5555
- name: Download PDF artifact
56-
uses: actions/download-artifact@v2
56+
uses: actions/download-artifact@v4.1.7
5757
with:
5858
name: slides-pdf
5959

0 commit comments

Comments
 (0)