Skip to content

Commit a103081

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-6
2 parents 0becff8 + bc5edf4 commit a103081

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

0 commit comments

Comments
 (0)