Skip to content

Commit 5040c2c

Browse files
committed
fix versions
Signed-off-by: Anas Nashif <[email protected]>
1 parent 6e728fc commit 5040c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assigner-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
steps:
2323
- name: 'Download artifact'
24-
uses: actions/github-script@v3.1.0
24+
uses: actions/github-script@v8.0.0 # v8.0.0
2525
with:
2626
script: |
2727
var artifacts = await github.actions.listWorkflowRunArtifacts({

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
mkdir -p ./pr
7474
echo ${{ github.event.number }} > ./pr/NR
75-
- uses: actions/upload-artifact@v2
75+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7676
if: >
7777
github.event.workflow_run.event == 'pull_request'
7878
with:

0 commit comments

Comments
 (0)