Skip to content

Commit f29653a

Browse files
committed
Merge branch 'main' into partial-granularity-type-support
2 parents 6746027 + d1e7b60 commit f29653a

File tree

11 files changed

+120
-67
lines changed

11 files changed

+120
-67
lines changed

.github/workflows/build-ci-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
touch "${{ runner.temp }}/digests/${digest#sha256:}"
9898
9999
- name: Upload Digest
100-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
100+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
101101
with:
102102
name: digests-${{ matrix.cache_tag }}
103103
path: ${{ runner.temp }}/digests/*
@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Download Digests
117-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
117+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0
118118
with:
119119
path: ${{ runner.temp }}/digests
120120
pattern: digests-*

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
CIBW_TEST_SKIP: "*-win_arm64"
9898

9999
- name: Upload Artifacts
100-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
100+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
101101
with:
102102
name: ${{ github.job }}-${{ matrix.wheel }}
103103
path: ./wheelhouse/*.whl
@@ -134,7 +134,7 @@ jobs:
134134
openssl md5 -binary "dist/${tarball}" | xxd -p | tr -d '\n' > "dist/${md5_file}"
135135
136136
- name: Upload Artifacts
137-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
137+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
138138
with:
139139
name: ${{ github.job }}-sdist
140140
path: |
@@ -166,7 +166,7 @@ jobs:
166166
environment: ${{ matrix.pypi-instance }}
167167

168168
steps:
169-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
169+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0
170170
with:
171171
path: ./dist/
172172
merge-multiple: true

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# Upload MegaLinter artifacts
6969
- name: Archive production artifacts
7070
if: success() || failure()
71-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
71+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
7272
with:
7373
name: MegaLinter reports
7474
include-hidden-files: "true"

0 commit comments

Comments
 (0)