Skip to content

Commit f021291

Browse files
hsbtdeivid-rodriguez
authored andcommitted
Merge pull request #6949 from rubygems/dependabot/github_actions/actions/upload-artifact-3.1.3
Bump actions/upload-artifact from 3.1.2 to 3.1.3 (cherry picked from commit 4bbefa9)
1 parent 4c99202 commit f021291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/realworld-bundler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run Test
6262
run: bin/rake spec:realworld
6363
- name: Upload used cassettes as artifact
64-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
64+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
6565
with:
6666
name: cassettes-bundler-${{ matrix.bundler.name }}-${{ matrix.os.value }}-${{ matrix.ruby.name }}
6767
path: ./bundler/spec/support/artifice/used_cassettes.txt
@@ -98,7 +98,7 @@ jobs:
9898
- name: Run Test
9999
run: bin/rake spec:realworld
100100
- name: Upload used cassettes as artifact
101-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
101+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
102102
with:
103103
name: cassettes-system-rubygems-bundler-${{ matrix.bundler.name }}-${{ matrix.ruby.name }}
104104
path: ./bundler/spec/support/artifice/used_cassettes.txt

0 commit comments

Comments
 (0)