Skip to content

Commit ec4558d

Browse files
authored
Merge pull request #170 from ctolkien/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents d887bf8 + cc6365d commit ec4558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v5
64-
- uses: actions/download-artifact@v5
64+
- uses: actions/download-artifact@v6
6565
with:
6666
name: uploads
6767
path: ${{ github.workspace}}/artifact/

0 commit comments

Comments
 (0)