Skip to content

Commit df47d61

Browse files
authored
Merge pull request #6 from EarlhamInst/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 0c03416 + fdfcdc2 commit df47d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
NBIROS_PUB_EXPORT_XML_URL: ${{ secrets.NBIROS_PUB_EXPORT_XML_URL }}
5353
PEOPLE_DATA_CSV_URL: ${{ secrets.PEOPLE_DATA_CSV_URL }}
5454
ORCID_ACCESS_TOKEN: ${{ secrets.ORCID_ACCESS_TOKEN }}
55-
- uses: actions/upload-artifact@v5
55+
- uses: actions/upload-artifact@v6
5656
with:
5757
name: Pubs for website (${{ matrix.python-version }})
5858
path: pubs_for_website.xml

0 commit comments

Comments
 (0)