Skip to content

Commit a7db00c

Browse files
authored
Merge pull request #23 from IntelPython/dependabot/github_actions/actions/upload-artifact-5.0.0
Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents 2f66a9d + a9e117f commit a7db00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
conda-recipe
4141
4242
- name: Upload artifact
43-
uses: actions/upload-artifact@v4.6.2
43+
uses: actions/upload-artifact@v5.0.0
4444
with:
4545
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }}
4646
path: /usr/share/miniconda/conda-bld/noarch/${{ env.PACKAGE_NAME }}-*.tar.bz2

0 commit comments

Comments
 (0)