Tidy up comment so Dependabot can update it

This commit is contained in:
James M. Greene
2023-04-17 23:26:12 -05:00
parent dab0b0f83d
commit 5daf42835f

View File

@@ -46,7 +46,7 @@ jobs:
fi fi
# If index.js was different than expected, upload the expected version as an artifact # If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
if: ${{ failure() && steps.diff.conclusion == 'failure' }} if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with: with:
name: dist name: dist