summaryrefslogtreecommitdiffstats
path: root/.github/workflows/fips-label.yml
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-11-02 08:53:36 +0100
committerTomas Mraz <tomas@openssl.org>2022-11-03 12:17:16 +0100
commit4ff66347f0ab3c054c5622dd862f36c731c889ed (patch)
tree09516899e29f34daeeb480d144651fc9ed0ea954 /.github/workflows/fips-label.yml
parentce0a7cadadb973216399e70d3a69f352b0843deb (diff)
Update GitHub actions as suggested by dependabot
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19581)
Diffstat (limited to '.github/workflows/fips-label.yml')
-rw-r--r--.github/workflows/fips-label.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/fips-label.yml b/.github/workflows/fips-label.yml
index a22e9bf069..7563352b3e 100644
--- a/.github/workflows/fips-label.yml
+++ b/.github/workflows/fips-label.yml
@@ -25,7 +25,7 @@ jobs:
steps:
- name: 'Download artifact'
if: ${{ github.event.workflow_run.conclusion == 'success' }}
- uses: actions/github-script@v4
+ uses: actions/github-script@v6
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
@@ -48,7 +48,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
- name: 'Check artifact and apply'
if: ${{ github.event.workflow_run.conclusion == 'success' }}
- uses: actions/github-script@v4
+ uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |