Skip to content

Commit 1bcbdb4

Browse files
authored
Merge pull request #21 from mintoolkit/dependabot/github_actions/actions/upload-artifact-4.3.3
Bump actions/upload-artifact from 4.3.2 to 4.3.3
2 parents 74b680d + 246554f commit 1bcbdb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/acceptance-testing-e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@ jobs:
2323
run: make build
2424

2525
- name: Upload Slim app binaries (Linux, amd64)
26-
uses: actions/[email protected].2
26+
uses: actions/[email protected].3
2727
with:
2828
name: dist_linux
2929
path: dist_linux
3030
retention-days: 1
3131

3232
- name: Upload Slim app binaries (Linux, arm64)
33-
uses: actions/[email protected].2
33+
uses: actions/[email protected].3
3434
with:
3535
name: dist_linux_arm64
3636
path: dist_linux_arm64
3737
retention-days: 1
3838

3939
- name: Upload Slim app binaries (Linux, arm)
40-
uses: actions/[email protected].2
40+
uses: actions/[email protected].3
4141
with:
4242
name: dist_linux_arm
4343
path: dist_linux_arm
4444
retention-days: 1
4545

4646
- name: Upload Slim app binaries (macOS, amd64)
47-
uses: actions/[email protected].2
47+
uses: actions/[email protected].3
4848
with:
4949
name: dist_mac
5050
path: dist_mac

0 commit comments

Comments
 (0)