Skip to content

Commit 91156c3

Browse files
kdt3rdcary-ilm
andauthored
update all upload-artifact usage to v4 (#1970)
* update all upload-artifact usage to v4 Signed-off-by: Kimball Thurston <kdt3rd@gmail.com> * replicate unique name change Signed-off-by: Kimball Thurston <kdt3rd@gmail.com> * Update .github/workflows/python-wheels-publish-test.yml -${{ env.INSTALL_MANIFEST }} should definitely not get appended to the name, that was appropriate only for the install manifests in ci_steps.yml. Signed-off-by: Cary Phillips <cary@ilm.com> * Update .github/workflows/python-wheels-publish.yml -${{ env.INSTALL_MANIFEST }} should definitely not get appended to the name, that was appropriate only for the install manifests in ci_steps.yml. Signed-off-by: Cary Phillips <cary@ilm.com> * Update .github/workflows/ossfuzz_workflow.yml Signed-off-by: Cary Phillips <cary@ilm.com> * Update .github/workflows/python-wheels.yml Signed-off-by: Cary Phillips <cary@ilm.com> * Update .github/workflows/scorecard.yml Signed-off-by: Cary Phillips <cary@ilm.com> * Update .github/workflows/scorecard.yml Signed-off-by: Cary Phillips <cary@ilm.com> --------- Signed-off-by: Kimball Thurston <kdt3rd@gmail.com> Signed-off-by: Cary Phillips <cary@ilm.com> Co-authored-by: Cary Phillips <cary@ilm.com>
1 parent f7a6cb4 commit 91156c3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ossfuzz_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
dry-run: false
4949
language: c++
5050
- name: Upload Crash
51-
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
51+
uses: actions/upload-artifact@v4
5252
if: failure() && steps.build.outcome == 'success'
5353
with:
5454
name: artifacts

.github/workflows/python-wheels-publish-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
CIBW_ENVIRONMENT: OPENEXR_RELEASE_CANDIDATE_TAG="${{ github.ref_name }}"
6565

6666
- name: Upload artifact
67-
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: wheels-${{ matrix.os }}
7070
path: |
@@ -103,4 +103,4 @@ jobs:
103103
- name: Publish distribution 📦 to TestPyPI
104104
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
105105
with:
106-
repository-url: https://test.pypi.org/legacy/
106+
repository-url: https://test.pypi.org/legacy/

.github/workflows/python-wheels-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
CIBW_TEST_SKIP: "*arm64"
5858

5959
- name: Upload artifact
60-
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: wheels-${{ matrix.os }}
6363
path: |

.github/workflows/python-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
OPENEXR_TEST_IMAGE_REPO: "https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr-images/main"
7171

7272
- name: Upload artifact
73-
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: wheels-${{ matrix.os }}
7676
path: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Upload the results as artifacts (optional)
4545
- name: "Upload artifact"
46-
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: SARIF file
4949
path: results.sarif

0 commit comments

Comments
 (0)