Skip to content

Commit

Permalink
Update artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
na4zagin3 authored Dec 14, 2024
1 parent 03ffe8a commit b99766a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: true

- name: 'Download artifact'
uses: actions/github-script@v3.1.0
uses: actions/github-script@v7
with:
script: |
const artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
done
- name: Update the PR body
uses: actions/github-script@v2
uses: actions/github-script@v7
env:
SNAPSHOT_UPDATABLE: ${{ steps.test-update-snapshot.outputs.result }}
PACKAGES_TO_UPDATE: ${{ steps.test-update-snapshot.outputs.packages }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
exit 1
fi
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: "pr-snapshot-${{ matrix.snapshot }}-${{ matrix.ocaml-version }}-${{ matrix.os }}"
Expand Down

0 comments on commit b99766a

Please sign in to comment.