We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This best practice seems like something we can apply to this action to increase our security posture.
- name: ⬆️ Upload artifacts uses: actions/upload-artifact@v4 with: name: build-artifacts path: dist retention-days: 1
- name: ⬇️ Download artifacts uses: actions/download-artifact@v4 with: name: build-artifacts path: dist
The text was updated successfully, but these errors were encountered:
Would we have to split this into two separate actions so that we could use them in separate jobs in our workflows?
Sorry, something went wrong.
If the token permission can only be done at the job level, then I suppose it would?
No branches or pull requests
This best practice seems like something we can apply to this action to increase our security posture.
The text was updated successfully, but these errors were encountered: