Skip to content

Commit d166639

Browse files
Merge pull request #432 from SierraSoftworks/dependabot/github_actions/actions/download-artifact-7
chore(deps): Bump actions/download-artifact from 6 to 7
2 parents 886121d + e9c0b37 commit d166639

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Deploy to Azure Static Web Apps
4141
steps:
4242
- name: Download Artifact
43-
uses: actions/download-artifact@v6
43+
uses: actions/download-artifact@v7
4444
with:
4545
name: docs
4646
path: dist

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
uses: Swatinem/rust-cache@v2
150150

151151
- name: Fetch Versioned Cargo.toml
152-
uses: actions/download-artifact@v6
152+
uses: actions/download-artifact@v7
153153
with:
154154
name: cargofile
155155

@@ -230,7 +230,7 @@ jobs:
230230
uses: actions/checkout@v6
231231

232232
- name: Pull in platform artifact
233-
uses: actions/download-artifact@v6
233+
uses: actions/download-artifact@v7
234234
with:
235235
name: github-backup-${{ env.PLATFORM_PAIR }}
236236

@@ -282,7 +282,7 @@ jobs:
282282
echo "FULL_IMAGE_NAME=${image}" >> $GITHUB_ENV
283283
284284
- name: Download digests
285-
uses: actions/download-artifact@v6
285+
uses: actions/download-artifact@v7
286286
with:
287287
path: /tmp/digests
288288
pattern: image-digest-*

0 commit comments

Comments
 (0)