Skip to content

Commit

Permalink
CI #909 update
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 26, 2024
1 parent 45b387d commit 84febad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
mv /tmp/*_test ~/databroker_catalogs/
- name: Archive catalog artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: databroker_catalogs
path: ~/databroker_catalogs
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
python -c "${CMD}"
- name: Download catalog artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: databroker_catalogs
path: ~/databroker_catalogs
Expand Down

0 comments on commit 84febad

Please sign in to comment.