Skip to content

Commit 88a73ca

Browse files
authored
Merge pull request #24 from neutrons/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents b8ae356 + 63f1858 commit 88a73ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
local-channel: /tmp/local-channel
6868

6969
- name: Upload conda package as artifact
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: artifact-conda-package
7373
path: ${{ env.PKG_NAME }}-*.conda

0 commit comments

Comments
 (0)