We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77bc5e commit e301b5cCopy full SHA for e301b5c
1 file changed
.github/workflows/changevisibility.yml
@@ -10,7 +10,7 @@ jobs:
10
run:
11
shell: bash -l {0}
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
15
- name: Check Containers and Set Public
16
run: |
@@ -20,8 +20,9 @@ jobs:
20
QUAY_OAUTH_TOKEN: ${{ secrets.QUAY_BIOCONTAINERS_TOKEN }}
21
22
- name: Upload logs
23
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
24
with:
25
name: logs
26
path: biocontainers-*.txt
27
retention-days: 7
28
+
0 commit comments