Skip to content

Commit f7f0458

Browse files
authored
Merge pull request #148 from MiraGeoscience/dependabot/github_actions/main/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 552518c + 778679a commit f7f0458

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reusable-python-build_poetry_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
fi
133133
echo "dir-path=${DIR_PATH}" >> $GITHUB_OUTPUT
134134
- name: Archive build artifact
135-
uses: actions/upload-artifact@v5
135+
uses: actions/upload-artifact@v6
136136
with:
137137
name: ${{ inputs.package-name }}-pip-package-build
138138
path: ${{ steps.define-build-path.outputs.dir-path }}

.github/workflows/reusable-python-build_setuptools_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
fi
117117
echo "dir-path=${DIR_PATH}" >> $GITHUB_OUTPUT
118118
- name: Archive build artifact
119-
uses: actions/upload-artifact@v5
119+
uses: actions/upload-artifact@v6
120120
with:
121121
name: ${{ inputs.package-name }}-pip-package-build
122122
path: ${{ steps.define-build-path.outputs.dir-path }}

.github/workflows/reusable-python-publish_rattler_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
RATTLER_AUTH_FILE: ${{ runner.temp }}/credentials.json
151151
RATTLER_BUILD_EXPERIMENTAL: ${{ inputs.build-experimental && 'true' || 'false' }}
152152
- name: Archive build artifact
153-
uses: actions/upload-artifact@v5
153+
uses: actions/upload-artifact@v6
154154
with:
155155
name: ${{ inputs.package-name }}-conda-package-build
156156
path: ${{ runner.temp }}/output/**/*.conda

0 commit comments

Comments
 (0)