Skip to content

Commit

Permalink
Merge 1850890 into 542aaff
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineCox authored Jan 31, 2023
2 parents 542aaff + 1850890 commit 2420cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anvil-library-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout files
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.gh_pat }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
Rscript --vanilla "scripts/anvil_repo_check.R" --git_pat "$GH_PAT"
- name: Archive AnVIL repos
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: anvil-repo-results
path: resources/AnVIL_repos.tsv
Expand Down

0 comments on commit 2420cc4

Please sign in to comment.