Skip to content

Commit f388d67

Browse files
Update GitHub Artifact Actions
1 parent 0447842 commit f388d67

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
docker container list -a
7070
7171
- name: Get ISPyB database
72-
uses: actions/download-artifact@v7
72+
uses: actions/download-artifact@v8
7373
with:
7474
name: database
7575
path: database/

.github/workflows/publish-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Build python package
7979
run: python3 -m build
8080
- name: Store built package artifact
81-
uses: actions/upload-artifact@v6
81+
uses: actions/upload-artifact@v7
8282
with:
8383
name: package-distributions
8484
path: dist/
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Download all the dists
103-
uses: actions/download-artifact@v7
103+
uses: actions/download-artifact@v8
104104
with:
105105
name: package-distributions
106106
path: dist/
@@ -123,7 +123,7 @@ jobs:
123123

124124
steps:
125125
- name: Download all the dists
126-
uses: actions/download-artifact@v7
126+
uses: actions/download-artifact@v8
127127
with:
128128
name: package-distributions
129129
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
mkdir database
6161
wget -t 3 --waitretry=20 https://github.com/DiamondLightSource/ispyb-database/releases/download/v${{ env.ISPYB_DATABASE_SCHEMA }}/ispyb-database-${{ env.ISPYB_DATABASE_SCHEMA }}.tar.gz -O database/ispyb-database.tar.gz
6262
- name: Store database artifact
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: database
6666
path: database/

0 commit comments

Comments
 (0)