Skip to content

Commit

Permalink
Fix branch for uploading action results.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene233 committed Mar 21, 2024
1 parent e5ff0dc commit 46ea173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@master
uses: actions/upload-artifact@devel
with:
name: ${{ runner.os }}-biocversion-RELEASE_3_18-r-4.3-results
path: check
Expand Down

0 comments on commit 46ea173

Please sign in to comment.