Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent 2f2e077 commit 925aec4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-builds-on-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-builds-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-builds-on-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-builds-on-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
fi
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-builds-on-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: bash ci/run.bash
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-builds-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: bash ci/run.bash
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-builds-on-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: bash ci/run.bash
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion ci/actions-templates/linux-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion ci/actions-templates/macos-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
fi
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion ci/actions-templates/windows-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: bash ci/run.bash
- name: Upload the built artifact
if: false
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rustup-init-${{ matrix.target }}
path: |
Expand Down

0 comments on commit 925aec4

Please sign in to comment.