Skip to content

Commit 4c40e99

Browse files
chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (#1153)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent 88ad045 commit 4c40e99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-artifacts-examples-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
10.0.x
7171
7272
- name: Download packages
73-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # 8.0.0
73+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # 8.0.1
7474
with:
7575
name: nuget-packages
7676
path: ./packages/
@@ -126,7 +126,7 @@ jobs:
126126
contents: read
127127
steps:
128128
- name: Download packages
129-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # 8.0.0
129+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # 8.0.1
130130
with:
131131
name: nuget-packages
132132
path: ./packages/

0 commit comments

Comments
 (0)