Skip to content

Commit e301b5c

Browse files
authored
fix: update actions (#1076)
1 parent c77bc5e commit e301b5c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/changevisibility.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run:
1111
shell: bash -l {0}
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Check Containers and Set Public
1616
run: |
@@ -20,8 +20,9 @@ jobs:
2020
QUAY_OAUTH_TOKEN: ${{ secrets.QUAY_BIOCONTAINERS_TOKEN }}
2121

2222
- name: Upload logs
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v6
2424
with:
2525
name: logs
2626
path: biocontainers-*.txt
2727
retention-days: 7
28+

0 commit comments

Comments
 (0)