Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from 3.1.2 to 4.0.0 #185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Build binaries
run: make

- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: build
path: build/
2 changes: 1 addition & 1 deletion .github/workflows/build-orbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
ORBIT_COMMIT: ${{ github.sha }}

- name: Upload orbit
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit
path: |
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/fleet-and-orbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ jobs:

- name: Upload fleet logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: fleet-logs
path: |
fleet_log

- name: Upload cloudflared logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: cloudflared.log
path: cloudflared.log
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
make osqueryd-app-tar-gz version=$OSQUERY_VERSION out-path=.

- name: Upload desktop.app.tar.gz and osqueryd.app.tar.gz
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: macos-pre-built-apps
path: |
Expand Down Expand Up @@ -285,21 +285,21 @@ jobs:
./tools/tuf/test/main.sh

- name: Upload PKG installer
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: fleet-osquery.pkg
path: |
fleet-osquery.pkg

- name: Upload DEB installer
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: fleet-osquery_42.0.0_amd64.deb
path: |
fleet-osquery_42.0.0_amd64.deb

- name: Upload MSI installer
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: fleet-osquery.msi
path: |
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:

- name: Upload orbit logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-logs
path: |
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:

- name: Upload orbit logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-logs
path: |
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:

- name: Upload Orbit logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-logs-windows
path: C:\Windows\system32\config\systemprofile\AppData\Local\FleetDM\Orbit\Logs\orbit-osquery.log
2 changes: 1 addition & 1 deletion .github/workflows/fleetctl-preview-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Upload logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: ${{ matrix.os }}-log
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fleetctl-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Upload logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: ${{ matrix.os }}-log
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/generate-desktop-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
make desktop-app-tar-gz

- name: Upload desktop.app.tar.gz
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: desktop.app.tar.gz
path: desktop.app.tar.gz
Expand All @@ -96,7 +96,7 @@ jobs:
make desktop-windows

- name: Upload fleet-desktop.exe
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: fleet-desktop.exe
path: fleet-desktop.exe
Expand All @@ -119,7 +119,7 @@ jobs:
make desktop-linux

- name: Upload desktop.tar.gz
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: desktop.tar.gz
path: desktop.tar.gz
2 changes: 1 addition & 1 deletion .github/workflows/generate-nudge-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: make nudge-app-tar-gz version=$NUDGE_VERSION out-path=.

- name: Upload nudge.app.tar.gz
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: nudge.app.tar.gz
path: nudge.app.tar.gz
6 changes: 3 additions & 3 deletions .github/workflows/generate-osqueryd-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
make osqueryd-app-tar-gz out-path=. version=$OSQUERY_VERSION

- name: Upload osqueryd.app.tar.gz
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: osqueryd.app.tar.gz
path: osqueryd.app.tar.gz
Expand All @@ -61,7 +61,7 @@ jobs:
./opt/osquery/bin/osqueryd --version

- name: Upload osqueryd for linux
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: osqueryd
path: opt/osquery/bin/osqueryd
Expand All @@ -83,7 +83,7 @@ jobs:
C:\temp\osquery\osqueryd\osqueryd.exe --version

- name: Upload osqueryd for Windows
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: osqueryd.exe
path: C:\temp\osquery\osqueryd\osqueryd.exe
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser-orbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
CODESIGN_IDENTITY: 51049B247B25B3119FAE7E9C0CC4375A43E47237

- name: Upload
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-macos
path: dist
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: go run github.com/goreleaser/goreleaser@56c9d09a1b925e2549631c6d180b0a1c2ebfac82 release --debug --rm-dist --skip-publish -f orbit/goreleaser-linux.yml # v1.20.0

- name: Upload
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-linux
path: dist
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
run: go run github.com/goreleaser/goreleaser@56c9d09a1b925e2549631c6d180b0a1c2ebfac82 release --debug --rm-dist --skip-publish -f orbit/goreleaser-windows.yml # v1.20.0

- name: Upload
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-windows
path: dist
12 changes: 6 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Upload cloudflared logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: cloudflared.log
path: cloudflared.log
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:

- name: Upload Orbit logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-macos-${{ matrix.orbit-channel }}-${{ matrix.osqueryd-channel }}-${{ matrix.desktop-channel }}-logs
path: |
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:

- name: Upload Orbit logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-ubuntu-${{ matrix.orbit-channel }}-${{ matrix.osqueryd-channel }}-${{ matrix.desktop-channel }}-logs
path: |
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
mv fleet-osquery.msi orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}-desktop-${{ matrix.desktop-channel }}.msi

- name: Upload MSI
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}-desktop-${{ matrix.desktop-channel }}.msi
path: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}-desktop-${{ matrix.desktop-channel }}.msi
Expand Down Expand Up @@ -359,14 +359,14 @@ jobs:

- name: Upload orbit install log
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: msiexec-install-log
path: log.txt

- name: Upload Orbit logs
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: orbit-windows-${{ matrix.orbit-channel }}-${{ matrix.osqueryd-channel }}-${{ matrix.desktop-channel }}-logs
path: C:\Windows\system32\config\systemprofile\AppData\Local\FleetDM\Orbit\Logs\orbit-osquery.log
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:

- name: Upload test log
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2
with:
name: test-log
path: /tmp/gotest.log
Expand Down
Loading