Skip to content

Commit bd7536d

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-5' into combined-pr-branch
2 parents f209917 + 7db7c06 commit bd7536d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eks-record.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Tar provider binaries
5151
run: tar -zcf ${{ github.workspace }}/bin/provider.tar.gz -C ${{ github.workspace }}/bin/ pulumi-resource-${{ env.PROVIDER }}
5252
- name: Upload artifacts
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: ${{ env.PROVIDER }}-provider.tar.gz
5656
path: ${{ github.workspace }}/bin/provider.tar.gz
@@ -114,7 +114,7 @@ jobs:
114114
- name: Compress ${{ matrix.language }} SDK folder
115115
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}/ .
116116
- name: Upload ${{ matrix.language }} artifacts
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
with:
119119
name: ${{ matrix.language }}-sdk.tar.gz
120120
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz

0 commit comments

Comments
 (0)