Skip to content

Commit b95b9bc

Browse files
authored
Merge pull request #243 from jongio/dependabot/github_actions/actions/upload-artifact-7.0.1
ci: bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 31dd362 + ba56a3c commit b95b9bc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
GOOS=darwin GOARCH=arm64 go build -o bin/darwin-arm64/app ./src/cmd/app
255255
256256
- name: Upload artifacts
257-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
257+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
258258
with:
259259
name: binaries
260260
path: cli/bin/
@@ -361,7 +361,7 @@ jobs:
361361

362362
- name: Upload test logs on failure
363363
if: failure()
364-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
364+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
365365
with:
366366
name: integration-test-logs-${{ matrix.os }}
367367
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
206206
- name: Upload artifacts
207207
if: matrix.os == 'ubuntu-latest'
208-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
208+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
209209
with:
210210
name: binaries
211211
path: cli/bin/

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ jobs:
7272
7373
- name: Upload production artifact
7474
if: github.event_name != 'pull_request'
75-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
75+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7676
with:
7777
name: production-build
7878
path: web/dist
7979
retention-days: 1
8080

8181
- name: Upload PR preview artifact
8282
if: github.event_name == 'pull_request'
83-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
83+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8484
with:
8585
name: pr-preview-${{ github.event.pull_request.number }}
8686
path: web/dist

0 commit comments

Comments
 (0)