Skip to content

Commit 6a71289

Browse files
authored
Merge pull request #24 from pddg/dependabot/github_actions/actions/download-artifact-7.0.0
chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0
2 parents 70577ad + ddfd8ef commit 6a71289

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6262
- name: Download artifacts
63-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
63+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6464
with:
6565
name: build
6666
- name: Extract artifacts
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
127127
with:
128128
fetch-depth: 0
129-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
129+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
130130
with:
131131
name: build
132132
- name: Extract artifacts

0 commit comments

Comments
 (0)