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.
1 parent 6e728fc commit 5040c2cCopy full SHA for 5040c2c
.github/workflows/assigner-workflow.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: 'Download artifact'
24
- uses: actions/github-script@v3.1.0
+ uses: actions/github-script@v8.0.0 # v8.0.0
25
with:
26
script: |
27
var artifacts = await github.actions.listWorkflowRunArtifacts({
.github/workflows/assigner.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
mkdir -p ./pr
74
echo ${{ github.event.number }} > ./pr/NR
75
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
76
if: >
77
github.event.workflow_run.event == 'pull_request'
78
0 commit comments