Skip to content

Commit d34fa2b

Browse files
chore(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `aws-actions/configure-aws-credentials` from 4.0.2 to 6.0.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@e3dd6a4...8df5847) Updates `actions/upload-artifact` from 4.6.2 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...bbbca2d) Updates `actions/download-artifact` from 4.3.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...70fc10c) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 405a4a4 commit d34fa2b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/tidy3d-extras-python-client-tests-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
virtualenvs-in-project: true
106106

107107
- name: configure-aws-credentials
108-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
108+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
109109
with:
110110
aws-access-key-id: ${{ secrets.AWS_CODEARTIFACT_ACCESS_KEY }}
111111
aws-secret-access-key: ${{ secrets.AWS_CODEARTIFACT_ACCESS_SECRET }}
@@ -254,7 +254,7 @@ jobs:
254254
virtualenvs-in-project: true
255255

256256
- name: configure-aws-credentials
257-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
257+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
258258
with:
259259
aws-access-key-id: ${{ secrets.AWS_CODEARTIFACT_ACCESS_KEY }}
260260
aws-secret-access-key: ${{ secrets.AWS_CODEARTIFACT_ACCESS_SECRET }}

.github/workflows/tidy3d-python-client-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
echo "Package built successfully"
114114
115115
- name: upload-artifacts
116-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
116+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
117117
with:
118118
name: dist-${{ needs.validate-inputs.outputs.release_tag }}
119119
path: dist/
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
steps:
128128
- name: download-artifacts
129-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
129+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
130130
with:
131131
name: dist-${{ needs.validate-inputs.outputs.release_tag }}
132132
path: dist/
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-latest
166166
steps:
167167
- name: download-artifacts
168-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
168+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
169169
with:
170170
name: dist-${{ needs.validate-inputs.outputs.release_tag }}
171171
path: dist/

.github/workflows/tidy3d-python-client-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ jobs:
898898
899899
- name: upload-testmon-cache-candidate
900900
if: success() && github.event_name == 'merge_group' && hashFiles('.testmondata') != ''
901-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
901+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
902902
with:
903903
name: testmon-cache-candidate-local-${{ runner.os }}-py${{ matrix.python-version }}-${{ github.run_id }}-${{ github.run_attempt }}
904904
path: ${{ runner.temp }}/testmon-cache-candidate-local-py${{ matrix.python-version }}
@@ -1087,7 +1087,7 @@ jobs:
10871087
python-version: ${{ matrix.python-version }}
10881088

10891089
- name: configure-aws-credentials
1090-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
1090+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
10911091
with:
10921092
aws-access-key-id: ${{ secrets.AWS_CODEARTIFACT_ACCESS_KEY }}
10931093
aws-secret-access-key: ${{ secrets.AWS_CODEARTIFACT_ACCESS_SECRET }}
@@ -1206,7 +1206,7 @@ jobs:
12061206
12071207
- name: upload-testmon-cache-candidate
12081208
if: success() && github.event_name == 'merge_group' && hashFiles('.testmondata') != ''
1209-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
1209+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
12101210
with:
12111211
name: testmon-cache-candidate-remote-${{ matrix.platform }}-py${{ matrix.python-version }}-${{ github.run_id }}-${{ github.run_attempt }}
12121212
path: ${{ runner.temp }}/testmon-cache-candidate-remote-${{ matrix.platform }}-py${{ matrix.python-version }}

.github/workflows/tidy3d-python-client-update-lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
virtualenvs-in-project: true
6060

6161
- name: Configure AWS credentials
62-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
62+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
6363
with:
6464
aws-access-key-id: ${{ secrets.AWS_CODEARTIFACT_ACCESS_KEY }}
6565
aws-secret-access-key: ${{ secrets.AWS_CODEARTIFACT_ACCESS_SECRET }}

.github/workflows/tidy3d-testmon-cache-promote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "source_run_id=$source_run_id" >> "$GITHUB_OUTPUT"
8888
8989
- name: download-cache-candidate-artifacts-source-run
90-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
90+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
9191
with:
9292
github-token: ${{ github.token }}
9393
repository: ${{ github.repository }}
@@ -191,7 +191,7 @@ jobs:
191191
candidate: ${{ fromJson(needs.discover-cache-candidates.outputs.candidates || '[]') }}
192192
steps:
193193
- name: download-cache-candidate
194-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
194+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
195195
with:
196196
github-token: ${{ github.token }}
197197
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)