We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede686e commit 2820fbcCopy full SHA for 2820fbc
.github/workflows/deploy-to-artifacts.yml
@@ -43,7 +43,7 @@ jobs:
43
core.setOutput('packageName', `${name}-${version}`);
44
core.setOutput('imageName', `${name}/${name}:${version}`);
45
46
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
47
with:
48
name: npm
49
path: |
@@ -63,7 +63,7 @@ jobs:
63
- run: |
64
git reset --soft `git merge-base "${{github.event.inputs.base_sha}}" HEAD`
65
git diff --name-only --cached > changes.txt
66
67
68
name: changes
69
path: changes.txt
0 commit comments