Skip to content

Commit 29fcf88

Browse files
authored
Merge pull request #177 from ctolkien/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 4b8adec + 0284cb2 commit 29fcf88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: (inputs.environment == 'Production') || (inputs.environment == 'PreRelease')
6262
steps:
6363
- uses: actions/checkout@v6
64-
- uses: actions/download-artifact@v7
64+
- uses: actions/download-artifact@v8
6565
with:
6666
name: uploads
6767
path: ${{ github.workspace}}/artifact/

0 commit comments

Comments
 (0)