Skip to content

Commit

Permalink
Merge pull request #108 from ricoberger/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-345f4a6169

Bump the github-actions group with 2 updates
  • Loading branch information
ricoberger authored Jan 3, 2024
2 parents 933ca09 + 328b563 commit daf7d5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand All @@ -33,42 +33,42 @@ jobs:
run: make release

- name: Upload Artifacts (darwin-amd64)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: script_exporter-darwin-amd64
path: bin/script_exporter-darwin-amd64
if-no-files-found: error

- name: Upload Artifacts (darwin-arm64)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: script_exporter-darwin-arm64
path: bin/script_exporter-darwin-arm64
if-no-files-found: error

- name: Upload Artifacts (linux-amd64)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: script_exporter-linux-amd64
path: bin/script_exporter-linux-amd64
if-no-files-found: error

- name: Upload Artifacts (linux-armv7)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: script_exporter-linux-armv7
path: bin/script_exporter-linux-armv7
if-no-files-found: error

- name: Upload Artifacts (linux-arm64)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: script_exporter-linux-arm64
path: bin/script_exporter-linux-arm64
if-no-files-found: error

- name: Upload Artifacts (windows-amd64.exe)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: script_exporter-windows-amd64.exe
path: bin/script_exporter-windows-amd64.exe
Expand Down

0 comments on commit daf7d5f

Please sign in to comment.