Skip to content

Commit e3cbb49

Browse files
Merge pull request #28 from heig-tin-info/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents 6533135 + 4e6f823 commit e3cbb49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout repository
5151
uses: actions/checkout@v1
5252
- name: Download artifacts
53-
uses: actions/download-artifact@v2
53+
uses: actions/download-artifact@v4.1.7
5454
with:
5555
path: html
5656
name: html
@@ -78,12 +78,12 @@ jobs:
7878
draft: false
7979
prerelease: false
8080
- name: Download artifacts
81-
uses: actions/download-artifact@v2
81+
uses: actions/download-artifact@v4.1.7
8282
with:
8383
name: man
8484
path: dist/
8585
- name: Download artifacts
86-
uses: actions/download-artifact@v2
86+
uses: actions/download-artifact@v4.1.7
8787
with:
8888
name: pdf
8989
path: dist/

0 commit comments

Comments
 (0)