We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b8adec + 0284cb2 commit 29fcf88Copy full SHA for 29fcf88
1 file changed
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
if: (inputs.environment == 'Production') || (inputs.environment == 'PreRelease')
62
steps:
63
- uses: actions/checkout@v6
64
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
65
with:
66
name: uploads
67
path: ${{ github.workspace}}/artifact/
0 commit comments