Skip to content

Commit 343d910

Browse files
dependabot[bot]pierskarsenbarg
authored andcommitted
gha(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0bf2e3 commit 343d910

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}
7777
.
7878
- name: Upload artifacts
79-
uses: actions/upload-artifact@v5
79+
uses: actions/upload-artifact@v6
8080
with:
8181
name: ${{ matrix.language }}-sdk.tar.gz
8282
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
@@ -149,7 +149,7 @@ jobs:
149149
}}/bin/ pulumi-resource-${{ env.PROVIDER }} pulumi-tfgen-${{ env.PROVIDER
150150
}}
151151
- name: Upload artifacts
152-
uses: actions/upload-artifact@v5
152+
uses: actions/upload-artifact@v6
153153
with:
154154
name: ${{ env.PROVIDER }}-provider.tar.gz
155155
path: ${{ github.workspace }}/bin/provider.tar.gz

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}
7777
.
7878
- name: Upload artifacts
79-
uses: actions/upload-artifact@v5
79+
uses: actions/upload-artifact@v6
8080
with:
8181
name: ${{ matrix.language }}-sdk.tar.gz
8282
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
@@ -150,7 +150,7 @@ jobs:
150150
}}/bin/ pulumi-resource-${{ env.PROVIDER }} pulumi-tfgen-${{ env.PROVIDER
151151
}}
152152
- name: Upload artifacts
153-
uses: actions/upload-artifact@v5
153+
uses: actions/upload-artifact@v6
154154
with:
155155
name: ${{ env.PROVIDER }}-provider.tar.gz
156156
path: ${{ github.workspace }}/bin/provider.tar.gz

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}
8282
.
8383
- name: Upload artifacts
84-
uses: actions/upload-artifact@v5
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: ${{ matrix.language }}-sdk.tar.gz
8787
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
@@ -154,7 +154,7 @@ jobs:
154154
}}/bin/ pulumi-resource-${{ env.PROVIDER }} pulumi-tfgen-${{ env.PROVIDER
155155
}}
156156
- name: Upload artifacts
157-
uses: actions/upload-artifact@v5
157+
uses: actions/upload-artifact@v6
158158
with:
159159
name: ${{ env.PROVIDER }}-provider.tar.gz
160160
path: ${{ github.workspace }}/bin/provider.tar.gz

.github/workflows/run-acceptance-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}
8585
.
8686
- name: Upload artifacts
87-
uses: actions/upload-artifact@v5
87+
uses: actions/upload-artifact@v6
8888
with:
8989
name: ${{ matrix.language }}-sdk.tar.gz
9090
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
@@ -183,7 +183,7 @@ jobs:
183183
}}/bin/ pulumi-resource-${{ env.PROVIDER }} pulumi-tfgen-${{ env.PROVIDER
184184
}}
185185
- name: Upload artifacts
186-
uses: actions/upload-artifact@v5
186+
uses: actions/upload-artifact@v6
187187
with:
188188
name: ${{ env.PROVIDER }}-provider.tar.gz
189189
path: ${{ github.workspace }}/bin/provider.tar.gz

0 commit comments

Comments
 (0)