We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee6363 commit cbed40fCopy full SHA for cbed40f
.github/workflows/resolve-pr-release-versions.yml
@@ -254,7 +254,7 @@ jobs:
254
// Write to file to upload as artifact
255
await fs.writeFile(filename, JSON.stringify(data));
256
- name: Persist data
257
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
258
if: ${{ !cancelled() }}
259
with:
260
name: resolved-pr-versions
0 commit comments