Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#4445)
This commit is contained in:
parent
80ccc3f32a
commit
62fe001a77
|
@ -174,7 +174,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload installer assets
|
- name: Upload installer assets
|
||||||
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||||
uses: actions/upload-artifact@v4.4.3
|
uses: actions/upload-artifact@v4.5.0
|
||||||
with:
|
with:
|
||||||
name: Assets
|
name: Assets
|
||||||
path: |
|
path: |
|
||||||
|
@ -183,7 +183,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Sandboxie x64
|
- name: Upload Sandboxie x64
|
||||||
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||||
uses: actions/upload-artifact@v4.4.3
|
uses: actions/upload-artifact@v4.5.0
|
||||||
with:
|
with:
|
||||||
name: Sandboxie_x64
|
name: Sandboxie_x64
|
||||||
path: |
|
path: |
|
||||||
|
@ -288,7 +288,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Sandboxie ARM64
|
- name: Upload Sandboxie ARM64
|
||||||
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||||
uses: actions/upload-artifact@v4.4.3
|
uses: actions/upload-artifact@v4.5.0
|
||||||
with:
|
with:
|
||||||
name: Sandboxie_ARM64
|
name: Sandboxie_ARM64
|
||||||
path: |
|
path: |
|
||||||
|
@ -356,7 +356,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Sandboxie x86
|
- name: Upload Sandboxie x86
|
||||||
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||||
uses: actions/upload-artifact@v4.4.3
|
uses: actions/upload-artifact@v4.5.0
|
||||||
with:
|
with:
|
||||||
name: Sandboxie_x86
|
name: Sandboxie_x86
|
||||||
path: |
|
path: |
|
||||||
|
@ -456,7 +456,7 @@ jobs:
|
||||||
|
|
||||||
# - name: Upload installer assets
|
# - name: Upload installer assets
|
||||||
# #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
# #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||||
# uses: actions/upload-artifact@v4.4.3
|
# uses: actions/upload-artifact@v4.5.0
|
||||||
# with:
|
# with:
|
||||||
# name: Assets
|
# name: Assets
|
||||||
# path: |
|
# path: |
|
||||||
|
@ -465,7 +465,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Sandboxie x64 Qt6
|
- name: Upload Sandboxie x64 Qt6
|
||||||
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||||
uses: actions/upload-artifact@v4.4.3
|
uses: actions/upload-artifact@v4.5.0
|
||||||
with:
|
with:
|
||||||
name: Sandboxie_x64_Qt6
|
name: Sandboxie_x64_Qt6
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue