Skip to content

Commit

Permalink
Merge pull request #1629 from Miepee/patch-2
Browse files Browse the repository at this point in the history
downgrade to v6
  • Loading branch information
colinator27 authored Jan 11, 2024
2 parents fc8e082 + 97c4202 commit 33f567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
- uses: actions/github-script@v6
with:
script: |
const {owner, repo} = context.repo;
Expand Down

0 comments on commit 33f567b

Please sign in to comment.